Package org.apache.poi.ss.usermodel
Enum Class ConditionalFormattingThreshold.RangeType
java.lang.Object
java.lang.Enum<ConditionalFormattingThreshold.RangeType>
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
- All Implemented Interfaces:
Serializable
,Comparable<ConditionalFormattingThreshold.RangeType>
,Constable
- Enclosing interface:
- ConditionalFormattingThreshold
public static enum ConditionalFormattingThreshold.RangeType
extends Enum<ConditionalFormattingThreshold.RangeType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFormula resultThe maximum value from the rangeThe minimum value from the rangeNumber / ParameterPercent of the way from the mi to the max value in the rangeThe minimum value of the cell that is in X percentile of the range -
Field Summary
Fields -
Method Summary
-
Enum Constant Details
-
NUMBER
Number / Parameter -
MIN
The minimum value from the range -
MAX
The maximum value from the range -
PERCENT
Percent of the way from the mi to the max value in the range -
PERCENTILE
The minimum value of the cell that is in X percentile of the range -
UNALLOCATED
-
FORMULA
Formula result
-
-
Field Details
-
id
public final int idNumeric ID of the type -
name
Name (system) of the type
-
-
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
-
toString
- Overrides:
toString
in classEnum<ConditionalFormattingThreshold.RangeType>
-
byId
-
byName
-