Enum Class ListValues

java.lang.Object
java.lang.Enum<ListValues>
org.loboevolution.html.ListValues
All Implemented Interfaces:
Serializable, Comparable<ListValues>, Constable

public enum ListValues extends Enum<ListValues>

ListValues class.

  • Enum Constant Details

    • NONE

      public static final ListValues NONE
    • TYPE_NONE

      public static final ListValues TYPE_NONE
    • TYPE_DISC

      public static final ListValues TYPE_DISC
    • TYPE_CIRCLE

      public static final ListValues TYPE_CIRCLE
    • TYPE_SQUARE

      public static final ListValues TYPE_SQUARE
    • TYPE_DECIMAL

      public static final ListValues TYPE_DECIMAL
    • TYPE_LOWER_ALPHA

      public static final ListValues TYPE_LOWER_ALPHA
    • TYPE_UPPER_ALPHA

      public static final ListValues TYPE_UPPER_ALPHA
    • TYPE_LOWER_LATIN

      public static final ListValues TYPE_LOWER_LATIN
    • TYPE_UPPER_LATIN

      public static final ListValues TYPE_UPPER_LATIN
    • TYPE_LOWER_ROMAN

      public static final ListValues TYPE_LOWER_ROMAN
    • TYPE_UPPER_ROMAN

      public static final ListValues TYPE_UPPER_ROMAN
    • TYPE_DECIMAL_LEADING_ZERO

      public static final ListValues TYPE_DECIMAL_LEADING_ZERO
    • TYPE_URL

      public static final ListValues TYPE_URL
    • POSITION_INSIDE

      public static final ListValues POSITION_INSIDE
    • POSITION_OUTSIDE

      public static final ListValues POSITION_OUTSIDE
    • POSITION_UNSET

      public static final ListValues POSITION_UNSET
    • TYPE_UNSET

      public static final ListValues TYPE_UNSET
  • Method Details

    • values

      public static ListValues[] 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 ListValues 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
    • getValue

      public Integer getValue()

      Getter for the field value.

      Returns:
      a Integer object.
    • isEqual

      public boolean isEqual(Integer value)

      isEqual.

      Parameters:
      value - a Integer object.
      Returns:
      a boolean.
    • get

      public static ListValues get(Integer actionName)

      get.

      Parameters:
      actionName - a Integer object.
      Returns:
      a ListValues object.