Packagecom.mapquest
Classpublic class MatchType
InheritanceMatchType Inheritance MQType

Constants for the symbol type in a DTStyle.



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

Constructs a new MatchType 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.