Class EnumContent

java.lang.Object
org.faktorips.runtime.internal.EnumContent

public class EnumContent extends Object
Class used as tuple to load the description and values of an extensible enum.
  • Constructor Details

    • EnumContent

      public EnumContent(List<List<Object>> enumValues, org.faktorips.values.InternationalString description)
  • Method Details

    • getEnumValues

      public List<List<Object>> 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 the EnumContent parsed from the XML.
      Returns:
      the description as InternationalString