Package org.faktorips.runtime.internal
Class IpsEnum<T>
java.lang.Object
org.faktorips.runtime.internal.IpsEnum<T>
This class represents an Faktor-IPS enum and holds the description for the enum-content and the
concrete enum-values loaded from the XML via SAX.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.faktorips.values.InternationalStringThe description of the enum-content parsed from XML.getEnums()The list of enums loaded from XML.
-
Constructor Details
-
IpsEnum
-
-
Method Details
-
getDescription
public org.faktorips.values.InternationalString getDescription()The description of the enum-content parsed from XML.- Returns:
- an
InternationalStringwith the description of the enum-content
-
getEnums
The list of enums loaded from XML.- Returns:
- the concrete enum instances
-