|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.FeatureSpeciferAttributeType
Constants for the attribute type of a FeatureSpecifier object. Used to select the attribute of a feature you want to match.
| Field Summary | |
static FeatureSpeciferAttributeType |
GEFID
|
static FeatureSpeciferAttributeType |
Name
Deprecated. Use NAME instead. |
static FeatureSpeciferAttributeType |
NAME
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static FeatureSpeciferAttributeType |
from_int(int value)
Deprecated. Use fromInt instead. |
static FeatureSpeciferAttributeType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this FeatureSpeciferAttributeType. |
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 FeatureSpeciferAttributeType GEFID
public static final FeatureSpeciferAttributeType Name
NAME instead.
public static final FeatureSpeciferAttributeType NAME
| Method Detail |
public java.lang.String toString()
public int intValue()
public static FeatureSpeciferAttributeType fromInt(int value)
public static FeatureSpeciferAttributeType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this
FeatureSpeciferAttributeType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||