Enum Class Attribute

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

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

    • CURRENT_ROW

      public static final Attribute CURRENT_ROW
    • CURRENT_ROW_VALUE

      public static final Attribute CURRENT_ROW_VALUE
    • EDITABLE

      public static final Attribute EDITABLE
    • EMPTY_DATA_COLUMN

      public static final Attribute EMPTY_DATA_COLUMN
    • FULL_DATA_COLUMN

      public static final Attribute FULL_DATA_COLUMN
    • HAS_DATA_COLUMN

      public static final Attribute HAS_DATA_COLUMN
    • LABEL

      public static final Attribute LABEL
    • MODIFIED_ROWS

      public static final Attribute MODIFIED_ROWS
    • NEXT_CURRENT_ROW

      public static final Attribute NEXT_CURRENT_ROW
    • NEXT_CURRENT_ROW_VALUE

      public static final Attribute NEXT_CURRENT_ROW_VALUE
    • NEXT_ROW

      public static final Attribute NEXT_ROW
    • NEXT_ROW_VALUE

      public static final Attribute NEXT_ROW_VALUE
    • PREVIOUS_CURRENT_ROW

      public static final Attribute PREVIOUS_CURRENT_ROW
    • PREVIOUS_CURRENT_ROW_VALUE

      public static final Attribute PREVIOUS_CURRENT_ROW_VALUE
    • PREVIOUS_ROW

      public static final Attribute PREVIOUS_ROW
    • PREVIOUS_ROW_VALUE

      public static final Attribute PREVIOUS_ROW_VALUE
    • REQUIRED

      public static final Attribute REQUIRED
    • SELECTED_ROW

      public static final Attribute SELECTED_ROW
    • SELECTED_ROW_VALUE

      public static final Attribute SELECTED_ROW_VALUE
    • SELECTED_ROWS

      public static final Attribute SELECTED_ROWS
    • SELECTED_VALUES

      public static final Attribute SELECTED_VALUES
    • TEXT

      public static final Attribute TEXT
    • TOTAL_ROWS

      public static final Attribute TOTAL_ROWS
    • TOTAL_VALUES

      public static final Attribute TOTAL_VALUES
    • UNIT

      public static final Attribute UNIT
    • VALUE

      public static final Attribute VALUE
    • VISIBLE

      public static final Attribute VISIBLE
    • X

      public static final Attribute X
    • X_MAX

      public static final Attribute X_MAX
    • X_MIN

      public static final Attribute X_MIN
    • Y

      public static final Attribute Y
    • Y_MAX

      public static final Attribute Y_MAX
    • Y_MIN

      public static final Attribute Y_MIN
  • Method Details

    • values

      public static Attribute[] 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 Attribute 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)
      Equals method
      Parameters:
      value -
      Returns:
    • toString

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