|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.NarrativeType
Constants to specify the type of narrative to generate.
| Field Summary | |
static NarrativeType |
Default
Deprecated. Use DEFAULT instead. |
static NarrativeType |
DEFAULT
|
static NarrativeType |
HTML
|
static NarrativeType |
None
Deprecated. Use NONE instead. |
static NarrativeType |
NONE
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static NarrativeType |
from_int(int value)
Deprecated. Use fromInt instead. |
static NarrativeType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this NarrativeType. |
int |
intValue()
Returns an int type representing this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final NarrativeType Default
DEFAULT instead.
public static final NarrativeType None
NONE instead.
public static final NarrativeType DEFAULT
public static final NarrativeType HTML
public static final NarrativeType NONE
| Method Detail |
public java.lang.String toString()
public int intValue()
public static NarrativeType fromInt(int value)
public static NarrativeType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this NarrativeType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||