public enum SsmlCfRuleType extends Enum<SsmlCfRuleType>
Enum Constant and Description |
---|
aboveAverage |
beginsWith |
cellIs |
colorScale |
containsBlanks |
containsErrors |
containsText |
dataBar |
duplicateValues |
endsWith |
expression |
iconSet |
notContainsBlanks |
notContainsErrors |
notContainsText |
timePeriod |
top10 |
uniqueValues |
Modifier and Type | Method and Description |
---|---|
static SsmlCfRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsmlCfRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SsmlCfRuleType aboveAverage
public static final SsmlCfRuleType beginsWith
public static final SsmlCfRuleType cellIs
public static final SsmlCfRuleType colorScale
public static final SsmlCfRuleType containsBlanks
public static final SsmlCfRuleType containsErrors
public static final SsmlCfRuleType containsText
public static final SsmlCfRuleType dataBar
public static final SsmlCfRuleType duplicateValues
public static final SsmlCfRuleType endsWith
public static final SsmlCfRuleType expression
public static final SsmlCfRuleType iconSet
public static final SsmlCfRuleType notContainsBlanks
public static final SsmlCfRuleType notContainsErrors
public static final SsmlCfRuleType notContainsText
public static final SsmlCfRuleType timePeriod
public static final SsmlCfRuleType top10
public static final SsmlCfRuleType uniqueValues
public static SsmlCfRuleType[] values()
for (SsmlCfRuleType c : SsmlCfRuleType.values()) System.out.println(c);
public static SsmlCfRuleType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null