Enum Class CometTableLayoutRule.RuleIcon
java.lang.Object
java.lang.Enum<CometTableLayoutRule.RuleIcon>
com.priint.pubserver.comet.entity.table.CometTableLayoutRule.RuleIcon
- All Implemented Interfaces:
Serializable,Comparable<CometTableLayoutRule.RuleIcon>,Constable
- Enclosing class:
- CometTableLayoutRule
The Enum RuleIcon.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionintGets the icon id.Returns the enum constant of this class with the specified name.static CometTableLayoutRule.RuleIcon[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
The unknown. -
SCRIPT
The script. -
STROKE
The stroke. -
FILLCOLOR
The fillcolor. -
TEXT
The text. -
DIMENSION
The dimension. -
SPLIT
The split. -
MERGE
The merge. -
INSERT
The insert. -
CALCULATE
The calculate. -
MESSAGE
The message. -
SAVE
The save.
-
-
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
-
getIconId
public int getIconId()Gets the icon id.- Returns:
- the icon id
-