Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
OpClStates | from_int (int value) |
Static Public Attributes | |
final int | _OPEN = 0 |
final OpClStates | OPEN = new OpClStates(_OPEN) |
final int | _CLOSE = 1 |
final OpClStates | CLOSE = new OpClStates(_CLOSE) |
Protected Member Functions | |
OpClStates (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|