|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StateStoreRegistryKey.EntryType>
gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey.EntryType
public static enum StateStoreRegistryKey.EntryType
The type of data an entry persisted with the state repository holds
Enum Constant Summary | |
---|---|
Alphanumeric
Defines a plain alphanumeric sequence |
|
Bytearray
Defines a plain byte sequence |
|
File
Defines a file reachable within the local filesystem |
|
ISerializable
Defines any object that can be serialized and deserialized as defined by ISerializable |
|
Serializable
Defines any object that can be serialized and deserialized as defined by Serializable |
Method Summary | |
---|---|
static StateStoreRegistryKey.EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StateStoreRegistryKey.EntryType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StateStoreRegistryKey.EntryType Alphanumeric
public static final StateStoreRegistryKey.EntryType File
public static final StateStoreRegistryKey.EntryType Bytearray
public static final StateStoreRegistryKey.EntryType Serializable
Serializable
public static final StateStoreRegistryKey.EntryType ISerializable
ISerializable
Method Detail |
---|
public static StateStoreRegistryKey.EntryType[] values()
for (StateStoreRegistryKey.EntryType c : StateStoreRegistryKey.EntryType.values()) System.out.println(c);
public static StateStoreRegistryKey.EntryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |