public abstract class BaseEnumEncodedValue extends java.lang.Object implements EnumEncodedValue
| Constructor and Description |
|---|
BaseEnumEncodedValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EncodedValue o)
Compare this EnumEncodedValue to another EncodedValue.
|
boolean |
equals(java.lang.Object o)
Compares this EnumEncodedValue to another EnumEncodedValue for equality.
|
int |
getValueType()
Returns the type of this encoded value.
|
int |
hashCode()
Returns a hashcode for this EncodedEnumValue.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValuepublic int hashCode()
EnumEncodedValue
int hashCode = getValue.hashCode();
hashCode in interface EnumEncodedValuehashCode in class java.lang.Objectpublic boolean equals(@Nullable
java.lang.Object o)
EnumEncodedValueequals in interface EnumEncodedValueequals in class java.lang.Objecto - The object to be compared for equality with this EnumEncodedValuepublic int compareTo(@Nonnull
EncodedValue o)
EnumEncodedValuecompareTo in interface java.lang.Comparable<EncodedValue>compareTo in interface EnumEncodedValueo - The EncodedValue to compare with this EnumEncodedValuepublic int getValueType()
EncodedValuegetValueType in interface EncodedValue