public class Enum
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
value
enum value
|
Modifier | Constructor and Description |
---|---|
protected |
Enum(int value)
default constructor
|
Modifier and Type | Method and Description |
---|---|
int |
value()
returns the enums' value
|