Uses of Class
edu.csus.ecs.pc2.api.IClient.ClientType

Packages that use IClient.ClientType
edu.csus.ecs.pc2.api PC2 API. 
 

Uses of IClient.ClientType in edu.csus.ecs.pc2.api
 

Methods in edu.csus.ecs.pc2.api that return IClient.ClientType
 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're declared.