|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyFlags | |
---|---|
com.genesyslab.platform.management.protocol.messageserver |
Uses of KeyFlags in com.genesyslab.platform.management.protocol.messageserver |
---|
Fields in com.genesyslab.platform.management.protocol.messageserver declared as KeyFlags | |
---|---|
static KeyFlags |
KeyFlags.Integer
Integer field used in key |
static KeyFlags |
KeyFlags.None
No fields used in key |
static KeyFlags |
KeyFlags.String
String field used in key |
static KeyFlags |
KeyFlags.UnsignedLong
Unsigned long field used in key |
Methods in com.genesyslab.platform.management.protocol.messageserver that return KeyFlags | |
---|---|
static KeyFlags |
KeyFlags.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static KeyFlags |
KeyFlags.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.management.protocol.messageserver that return types with arguments of type KeyFlags | |
---|---|
static java.util.Collection<KeyFlags> |
KeyFlags.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |