Uses of Class
gr.uoa.di.madgik.commons.state.store.registry.StateStoreRegistryKey.EntryType

Packages that use StateStoreRegistryKey.EntryType
gr.uoa.di.madgik.commons.state   
gr.uoa.di.madgik.commons.state.store.registry   
 

Uses of StateStoreRegistryKey.EntryType in gr.uoa.di.madgik.commons.state
 

Methods in gr.uoa.di.madgik.commons.state that return StateStoreRegistryKey.EntryType
static StateStoreRegistryKey.EntryType StateManager.ContainsType(String key)
          If the provided key is associated in the State Store as the StateManager.Contains(java.lang.String) dictates, this method returns the type of data the entry stores
 

Uses of StateStoreRegistryKey.EntryType in gr.uoa.di.madgik.commons.state.store.registry
 

Methods in gr.uoa.di.madgik.commons.state.store.registry that return StateStoreRegistryKey.EntryType
 StateStoreRegistryKey.EntryType StateStoreRegistryKey.GetTypeOfEntry()
          Retrieves the type of entry
static StateStoreRegistryKey.EntryType StateStoreRegistryKey.EntryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StateStoreRegistryKey.EntryType[] StateStoreRegistryKey.EntryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in gr.uoa.di.madgik.commons.state.store.registry with parameters of type StateStoreRegistryKey.EntryType
StateStoreRegistryKey(String Key, long StartingDataOffset, long EndingDataOffset, long StartingRegistryOffset, StateStoreRegistryKey.EntryType TypeOfEntry)
          Creates a new instance with the provided values
 



Copyright © 2012. All Rights Reserved.