Class IpsEnum<T>

java.lang.Object
org.faktorips.runtime.internal.IpsEnum<T>

public class IpsEnum<T> extends Object
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 Details

    • IpsEnum

      public IpsEnum(List<T> enums, org.faktorips.values.InternationalString description)
  • Method Details

    • getDescription

      public org.faktorips.values.InternationalString getDescription()
      The description of the enum-content parsed from XML.
      Returns:
      an InternationalString with the description of the enum-content
    • getEnums

      public List<T> getEnums()
      The list of enums loaded from XML.
      Returns:
      the concrete enum instances