com.mapquest
Class FeatureSpeciferAttributeType

java.lang.Object
  extended bycom.mapquest.FeatureSpeciferAttributeType

public final class FeatureSpeciferAttributeType
extends java.lang.Object

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

GEFID

public static final FeatureSpeciferAttributeType GEFID

Name

public static final FeatureSpeciferAttributeType Name
Deprecated. Use NAME instead.


NAME

public static final FeatureSpeciferAttributeType NAME
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.


intValue

public int intValue()
Returns an int type representing this object.


fromInt

public static FeatureSpeciferAttributeType fromInt(int value)
Creates an object from an integer value.


from_int

public static FeatureSpeciferAttributeType from_int(int value)
Deprecated. Use fromInt instead.

Creates an object from an integer value.


equals

public boolean equals(java.lang.Object otherObject)
Compares this object to the specified object. The result is true if and only if the argument is not null and is a FeatureSpeciferAttributeType object that has same attributes as this object.

Parameters:
otherObject - the object to compare this FeatureSpeciferAttributeType against.
Returns:
true if the FeatureSpeciferAttributeType objects are equal; false otherwise.

hashCode

public int hashCode()
Returns a hash code for this FeatureSpeciferAttributeType.

Returns:
a hash code value for this FeatureSpeciferAttributeType.