| Package | com.mapquest |
| Class | public class RouteType |
| Inheritance | RouteType MQType |
| Method | Defined by | ||
|---|---|---|---|
|
RouteType(val:int)
| RouteType | ||
![]() |
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
| MQType | |
|
getClassName():String
Returns the text name of this class.
| RouteType | ||
|
getObjectVersion():int
Returns the version of this class.
| RouteType | ||
|
intValue():int
Gets the integer value of this type.
| RouteType | ||
| RouteType | () | constructor |
public function RouteType(val:int)Parameters
val:int |
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public function getObjectVersion():intReturns the version of this class.
Returnsint — The version of this class.
|
| intValue | () | method |
public override function intValue():intGets the integer value of this type.
Returnsint — The integer of value of this type.
|