|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.EncryptionType
Constants for the types for encryption.
| Field Summary | |
static EncryptionType |
None
Deprecated. Use NONE instead. |
static EncryptionType |
NONE
|
static EncryptionType |
RANDOM_SHUFFLE
|
static EncryptionType |
RandomShuffle
Deprecated. Use RANDOM_SHUFFLE instead. |
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static EncryptionType |
from_long(long value)
Creates an object from an long value. |
int |
hashCode()
Returns a hash code for this EncryptionType. |
long |
longValue()
Returns an long 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 EncryptionType None
NONE instead.
public static final EncryptionType RandomShuffle
RANDOM_SHUFFLE instead.
public static final EncryptionType NONE
public static final EncryptionType RANDOM_SHUFFLE
| Method Detail |
public java.lang.String toString()
public long longValue()
public static EncryptionType from_long(long value)
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this EncryptionType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||