Package org.loboevolution.html
Enum Class ListValues
- All Implemented Interfaces:
Serializable
,Comparable<ListValues>
,Constable
ListValues class.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ListValues
get.getValue()
Getter for the field value.boolean
isEqual.static ListValues
Returns the enum constant of this class with the specified name.static ListValues[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
-
TYPE_NONE
-
TYPE_DISC
-
TYPE_CIRCLE
-
TYPE_SQUARE
-
TYPE_DECIMAL
-
TYPE_LOWER_ALPHA
-
TYPE_UPPER_ALPHA
-
TYPE_LOWER_LATIN
-
TYPE_UPPER_LATIN
-
TYPE_LOWER_ROMAN
-
TYPE_UPPER_ROMAN
-
TYPE_DECIMAL_LEADING_ZERO
-
TYPE_URL
-
POSITION_INSIDE
-
POSITION_OUTSIDE
-
POSITION_UNSET
-
TYPE_UNSET
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getValue
Getter for the field value.
- Returns:
- a
Integer
object.
-
isEqual
isEqual.
- Parameters:
value
- aInteger
object.- Returns:
- a boolean.
-
get
get.
- Parameters:
actionName
- aInteger
object.- Returns:
- a
ListValues
object.
-