|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |