public static class EnumerationType.Value
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Value(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable java.lang.Object o) |
int |
getValue()
Return the integer enum value.
|
int |
hashCode() |
java.lang.String |
toString() |
public int getValue()
public boolean equals(@Nullable java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object