public class EnumItem
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
EnumItem(int value) |
protected |
EnumItem(long value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getLongValue() |
int |
getValue() |
int |
hashCode() |
boolean |
isOneOf(EnumItem[] items) |
public int getValue()
public long getLongValue()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isOneOf(EnumItem[] items)