Enum Class DashboardWidgetDataFieldTypeType

java.lang.Object
java.lang.Enum<DashboardWidgetDataFieldTypeType>
com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetDataFieldTypeType
All Implemented Interfaces:
TypeSafeEnum, Serializable, Comparable<DashboardWidgetDataFieldTypeType>, Constable

public enum DashboardWidgetDataFieldTypeType extends Enum<DashboardWidgetDataFieldTypeType> implements TypeSafeEnum
Type of the field.
  • Enum Constant Details

    • VALUE

      public static final DashboardWidgetDataFieldTypeType VALUE
      Field that display the value. This is usually the main field of the widget (perhaps except label field). This field typicaly contains the value to be displayed. Examples: 12345, 50%, 123.45, running, suspended
    • UNIT

      public static final DashboardWidgetDataFieldTypeType UNIT
      Unit field. This is usually displayed right after or below value. But it may have different style, e.g. smaller font. Examples: requests, hits/second, km/h, resources up, tasks running
  • Method Details

    • values

      public static DashboardWidgetDataFieldTypeType[] 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 DashboardWidgetDataFieldTypeType 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
    • value

      public String value()
      Description copied from interface: TypeSafeEnum
      Returns enum value defined as in schema.
      Specified by:
      value in interface TypeSafeEnum
      Returns:
    • fromValue

      public static DashboardWidgetDataFieldTypeType fromValue(String v)