| Package | com.mapquest |
| Class | public class FeatureSpecifier |
| Inheritance | FeatureSpecifier MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new FeatureSpecifier object.
| FeatureSpecifier | ||
|
Gets the Feature Specifer Attribute Type.
| FeatureSpecifier | ||
|
getAttributeValue():String
Get attribute value member of the FeatureSpecifier.
| FeatureSpecifier | ||
|
getClassName():String
Returns the text name of this class.
| FeatureSpecifier | ||
|
getObjectVersion():Number
Returns the version of this class.
| FeatureSpecifier | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
|
setAttributeType(obj:FeatureSpeciferAttributeType):void
Sets the Feature Specifer Attribute Type.
| FeatureSpecifier | ||
|
setAttributeValue(val:String):void
Set attribute value member of the FeatureSpecifier.
| FeatureSpecifier | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| FeatureSpecifier | () | constructor |
public function FeatureSpecifier()Constructs a new FeatureSpecifier object.
| getAttributeType | () | method |
public function getAttributeType():FeatureSpeciferAttributeTypeGets the Feature Specifer Attribute Type.
ReturnsFeatureSpeciferAttributeType —
The m_Type.
|
| getAttributeValue | () | method |
public function getAttributeValue():StringGet attribute value member of the FeatureSpecifier.
ReturnsString — The new value member of the FeatureSpecifier.
|
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| setAttributeType | () | method |
public function setAttributeType(obj:FeatureSpeciferAttributeType):voidSets the Feature Specifer Attribute Type.
Parametersobj:FeatureSpeciferAttributeType — obj The FeatureSpeciferAttributeType to set m_Type to.
|
| setAttributeValue | () | method |
public function setAttributeValue(val:String):voidSet attribute value member of the FeatureSpecifier.
Parametersval:String — val The value member of the FeatureSpecifier.
|