
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| ClientType | from_int (int value) |
Static Public Attributes | |
| final int | _CLIENT_TYPE = 0 |
| final ClientType | CLIENT_TYPE = new ClientType(_CLIENT_TYPE) |
| final int | _ADMINISTRATOR_TYPE = 1 |
| final ClientType | ADMINISTRATOR_TYPE = new ClientType(_ADMINISTRATOR_TYPE) |
| final int | _CONTAINER_TYPE = 2 |
| final ClientType | CONTAINER_TYPE = new ClientType(_CONTAINER_TYPE) |
Protected Member Functions | |
| ClientType (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8