Packagecom.mapquest
Classpublic class FeatureSpeciferAttributeType
InheritanceFeatureSpeciferAttributeType Inheritance MQType

Constants for the attribute type of a FeatureSpecifier object. Used to select the attribute of a feature you want to match.



Public Methods
 MethodDefined by
  
Constructs a new FeatureSpeciferAttributeType object.
FeatureSpeciferAttributeType
 Inherited
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
MQType
  
getClassName():String
Returns the text name of this class.
FeatureSpeciferAttributeType
  
Returns the version of this class.
FeatureSpeciferAttributeType
  
intValue():int
Gets the integer value of this type.
FeatureSpeciferAttributeType
Constructor detail
FeatureSpeciferAttributeType()constructor
public function FeatureSpeciferAttributeType(val:int)

Constructs a new FeatureSpeciferAttributeType object.

Parameters
val:int
Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getObjectVersion()method 
public function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
intValue()method 
public override function intValue():int

Gets the integer value of this type.

Returns
int — The integer of value of this type.