public abstract class Enum
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Enum(int value)
Constructs a enum value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Get the integer value of an enum value.
|