Package io.github.dornol.excelkit.excel
Enum Class ExcelConditionalRule.IconSetType
java.lang.Object
java.lang.Enum<ExcelConditionalRule.IconSetType>
io.github.dornol.excelkit.excel.ExcelConditionalRule.IconSetType
- All Implemented Interfaces:
Serializable,Comparable<ExcelConditionalRule.IconSetType>,Constable
- Enclosing class:
ExcelConditionalRule
Supported icon set types for conditional formatting.
- Since:
- 0.9.2
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription3 arrows icon set.4 arrows icon set.5 arrows icon set.3 flags icon set.5 quarters icon set.4 ratings icon set.5 ratings icon set.3 signs icon set.3 symbols icon set.3 traffic lights icon set. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExcelConditionalRule.IconSetType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARROWS_3
3 arrows icon set. -
ARROWS_4
4 arrows icon set. -
ARROWS_5
5 arrows icon set. -
TRAFFIC_LIGHTS_3
3 traffic lights icon set. -
SIGNS_3
3 signs icon set. -
SYMBOLS_3
3 symbols icon set. -
FLAGS_3
3 flags icon set. -
RATINGS_4
4 ratings icon set. -
RATINGS_5
5 ratings icon set. -
QUARTERS_5
5 quarters icon set.
-
-
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
-