| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConditionalFormattingThreshold.RangeType>
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
public static enum ConditionalFormattingThreshold.RangeType
Enum Constant Summary | |
---|---|
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 |
Field Summary | |
---|---|
int | id Numeric ID of the type |
java.lang.String | name Name (system) of the type |
Method Summary | |
---|---|
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, inthe order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Field Detail |
---|
public int id
public final java.lang.String name
Method Detail |
---|
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 constantwith 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)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |