Enum Class TargetType

java.lang.Object
java.lang.Enum<TargetType>
com.almis.awe.builder.enumerates.TargetType
All Implemented Interfaces:
Serializable, Comparable<TargetType>, Constable

public enum TargetType extends Enum<TargetType>
Author:
dfuentes
  • Enum Constant Details

    • ATTRIBUTE

      public static final TargetType ATTRIBUTE
    • CHART_OPTIONS

      public static final TargetType CHART_OPTIONS
    • DISABLE

      public static final TargetType DISABLE
    • DISABLE_AUTOREFRESH

      public static final TargetType DISABLE_AUTOREFRESH
    • ENABLE

      public static final TargetType ENABLE
    • ENABLE_AUTOREFRESH

      public static final TargetType ENABLE_AUTOREFRESH
    • FORMAT_NUMBER

      public static final TargetType FORMAT_NUMBER
    • HIDE

      public static final TargetType HIDE
    • HIDE_COLUMN

      public static final TargetType HIDE_COLUMN
    • ICON

      public static final TargetType ICON
    • INPUT

      public static final TargetType INPUT
    • LABEL

      public static final TargetType LABEL
    • NONE

      public static final TargetType NONE
    • SET_EDITABLE

      public static final TargetType SET_EDITABLE
    • SET_INVISIBLE

      public static final TargetType SET_INVISIBLE
    • SET_OPTIONAL

      public static final TargetType SET_OPTIONAL
    • SET_READONLY

      public static final TargetType SET_READONLY
    • SET_REQUIRED

      public static final TargetType SET_REQUIRED
    • SET_VISIBLE

      public static final TargetType SET_VISIBLE
    • SHOW

      public static final TargetType SHOW
    • SHOW_COLUMN

      public static final TargetType SHOW_COLUMN
    • SPECIFIC

      public static final TargetType SPECIFIC
    • UNIT

      public static final TargetType UNIT
    • VALIDATE

      public static final TargetType VALIDATE
  • Method Details

    • values

      public static TargetType[] 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 TargetType 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
    • equalsStr

      public boolean equalsStr(String value)
      Compares current value with the given string
      Parameters:
      value -
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TargetType>