Package org.faktorips.runtime.internal
Class EnumContent
java.lang.Object
org.faktorips.runtime.internal.EnumContent
Class used as tuple to load the description and values of an extensible enum.
-
Constructor Summary
ConstructorsConstructorDescriptionEnumContent(List<List<Object>> enumValues, org.faktorips.values.InternationalString description) -
Method Summary
Modifier and TypeMethodDescriptionorg.faktorips.values.InternationalStringThe description in theEnumContentparsed from the XML.A list of parameters for each enum parsed from the XML.
-
Constructor Details
-
EnumContent
-
-
Method Details
-
getEnumValues
A list of parameters for each enum parsed from the XML.- Returns:
- the list of enums and their parameters used to initialize them
-
getDescription
public org.faktorips.values.InternationalString getDescription()The description in theEnumContentparsed from the XML.- Returns:
- the description as
InternationalString
-