| Package | com.mapquest |
| Class | public class NarrativeType |
| Inheritance | NarrativeType MQType |
| Method | Defined by | ||
|---|---|---|---|
|
NarrativeType(val:int)
Constructs a new NarrativeType object.
| NarrativeType | ||
![]() |
equals(type:*):Boolean
Checks the equality of the values of two MQType objects.
| MQType | |
|
getClassName():String
| NarrativeType | ||
|
intValue():int
Gets the integer value of this type.
| NarrativeType | ||
| NarrativeType | () | constructor |
public function NarrativeType(val:int)Constructs a new NarrativeType object.
Parametersval:int |
| getClassName | () | method |
public override function getClassName():String
Returns
String |
| intValue | () | method |
public override function intValue():intGets the integer value of this type.
Returnsint — The integer of value of this type.
|