Package | Description |
---|---|
edu.csus.ecs.pc2.api |
Classes related to pc2 API
|
Modifier and Type | Method and Description |
---|---|
IClient.ClientType |
IClient.getType()
Get the client Type.
|
static IClient.ClientType |
IClient.ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IClient.ClientType[] |
IClient.ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|