Uses of Class
net.sf.juoserver.model.ClientFlag

Packages that use ClientFlag
net.sf.juoserver.model   
net.sf.juoserver.protocol   
 

Uses of ClientFlag in net.sf.juoserver.model
 

Methods in net.sf.juoserver.model that return ClientFlag
static ClientFlag ClientFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientFlag[] ClientFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.juoserver.model that return types with arguments of type ClientFlag
static EnumSet<ClientFlag> ClientFlag.parse(int clientFlag)
           
 

Uses of ClientFlag in net.sf.juoserver.protocol
 

Methods in net.sf.juoserver.protocol that return types with arguments of type ClientFlag
 Set<ClientFlag> GeneralInformation.ClientType.getClientType()
           
 



Copyright © 2010-2012. All Rights Reserved.