Package com.groiss.store
Interface DefinedEnum
- All Known Implementing Classes:
ActivityInstance.LastAction
,DMSNote.Type
,Recipient.AgentType
,WorklistKind
public interface DefinedEnum
Provides associate a fixed value to each instance of an Enum.
DefinedEnums can be persisted by using this fixed value.
-
Method Summary
Modifier and TypeMethodDescriptionGet the fixed value for this DefinedEnum.
-
Method Details
-
definedValue
Object definedValue()Get the fixed value for this DefinedEnum. At the moment, Strings, Shorts, Integers and Longs are supported.- Returns:
- the fixed value
-