public static enum ConditionalFormattingThreshold.RangeType extends java.lang.Enum<ConditionalFormattingThreshold.RangeType>
Enum Constant and Description |
---|
FORMULA
Formula result
|
MAX
The maximum value from the range
|
MIN
The minimum value from the range
|
NUMBER
Number / Parameter
|
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 |
Modifier and Type | Field and Description |
---|---|
int |
id
Numeric ID of the type
|
java.lang.String |
name
Name (system) of the type
|
Modifier and Type | Method and Description |
---|---|
static ConditionalFormattingThreshold.RangeType |
byId(int id) |
static ConditionalFormattingThreshold.RangeType |
byName(java.lang.String name) |
java.lang.String |
toString() |
static ConditionalFormattingThreshold.RangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalFormattingThreshold.RangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionalFormattingThreshold.RangeType NUMBER
public static final ConditionalFormattingThreshold.RangeType MIN
public static final ConditionalFormattingThreshold.RangeType MAX
public static final ConditionalFormattingThreshold.RangeType PERCENT
public static final ConditionalFormattingThreshold.RangeType PERCENTILE
public static final ConditionalFormattingThreshold.RangeType UNALLOCATED
public static final ConditionalFormattingThreshold.RangeType FORMULA
public final int id
public final java.lang.String name
public static ConditionalFormattingThreshold.RangeType[] values()
for (ConditionalFormattingThreshold.RangeType c : ConditionalFormattingThreshold.RangeType.values()) System.out.println(c);
public static ConditionalFormattingThreshold.RangeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ConditionalFormattingThreshold.RangeType>
public static ConditionalFormattingThreshold.RangeType byId(int id)
public static ConditionalFormattingThreshold.RangeType byName(java.lang.String name)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.