Uses of Class
de.unistuttgart.isw.sfsc.commonjava.util.StoreEvent.StoreEventType
-
Packages that use StoreEvent.StoreEventType Package Description de.unistuttgart.isw.sfsc.commonjava.util -
-
Uses of StoreEvent.StoreEventType in de.unistuttgart.isw.sfsc.commonjava.util
Methods in de.unistuttgart.isw.sfsc.commonjava.util that return StoreEvent.StoreEventType Modifier and Type Method Description StoreEvent.StoreEventTypeStoreEvent. getStoreEventType()static StoreEvent.StoreEventTypeStoreEvent.StoreEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StoreEvent.StoreEventType[]StoreEvent.StoreEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.unistuttgart.isw.sfsc.commonjava.util with parameters of type StoreEvent.StoreEventType Constructor Description StoreEvent(StoreEvent.StoreEventType storeEventType, T data)
-