Uses of Class
mmServerCommunication.MMServerComm.ClientType

Packages that use MMServerComm.ClientType
mmServerCommunication   
 

Uses of MMServerComm.ClientType in mmServerCommunication
 

Methods in mmServerCommunication that return MMServerComm.ClientType
static MMServerComm.ClientType MMServerComm.ClientType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MMServerComm.ClientType[] MMServerComm.ClientType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in mmServerCommunication with parameters of type MMServerComm.ClientType
MMServerComm(MMAbstractRestAPI restAPI_, MMRestApiUtilAbstract apiUtil, MMStatsAbstract statsParser, MMServerComm.ClientType ct, MMClient c)