Enum Class DimensionType

java.lang.Object
java.lang.Enum<DimensionType>
org.hisp.dhis.model.DimensionType
All Implemented Interfaces:
Serializable, Comparable<DimensionType>, Constable

public enum DimensionType extends Enum<DimensionType>
  • Enum Constant Details

    • DATA_X

      public static final DimensionType DATA_X
    • PROGRAM_DATA_ELEMENT

      public static final DimensionType PROGRAM_DATA_ELEMENT
    • PROGRAM_ATTRIBUTE

      public static final DimensionType PROGRAM_ATTRIBUTE
    • PROGRAM_INDICATOR

      public static final DimensionType PROGRAM_INDICATOR
    • DATA_COLLAPSED

      public static final DimensionType DATA_COLLAPSED
    • CATEGORY_OPTION_COMBO

      public static final DimensionType CATEGORY_OPTION_COMBO
    • ATTRIBUTE_OPTION_COMBO

      public static final DimensionType ATTRIBUTE_OPTION_COMBO
    • PERIOD

      public static final DimensionType PERIOD
    • ORGANISATION_UNIT

      public static final DimensionType ORGANISATION_UNIT
    • CATEGORY_OPTION_GROUP_SET

      public static final DimensionType CATEGORY_OPTION_GROUP_SET
    • DATA_ELEMENT_GROUP_SET

      public static final DimensionType DATA_ELEMENT_GROUP_SET
    • ORGANISATION_UNIT_GROUP_SET

      public static final DimensionType ORGANISATION_UNIT_GROUP_SET
    • ORGANISATION_UNIT_GROUP

      public static final DimensionType ORGANISATION_UNIT_GROUP
    • CATEGORY

      public static final DimensionType CATEGORY
    • OPTION_GROUP_SET

      public static final DimensionType OPTION_GROUP_SET
    • VALIDATION_RULE

      public static final DimensionType VALIDATION_RULE
    • STATIC

      public static final DimensionType STATIC
    • ORGANISATION_UNIT_LEVEL

      public static final DimensionType ORGANISATION_UNIT_LEVEL
  • Method Details

    • values

      public static DimensionType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DimensionType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null