public enum STCfType extends java.lang.Enum<STCfType>
Java class for ST_CfType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_CfType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="expression"/>
<enumeration value="cellIs"/>
<enumeration value="colorScale"/>
<enumeration value="dataBar"/>
<enumeration value="iconSet"/>
<enumeration value="top10"/>
<enumeration value="uniqueValues"/>
<enumeration value="duplicateValues"/>
<enumeration value="containsText"/>
<enumeration value="notContainsText"/>
<enumeration value="beginsWith"/>
<enumeration value="endsWith"/>
<enumeration value="containsBlanks"/>
<enumeration value="notContainsBlanks"/>
<enumeration value="containsErrors"/>
<enumeration value="notContainsErrors"/>
<enumeration value="timePeriod"/>
<enumeration value="aboveAverage"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABOVE_AVERAGE |
BEGINS_WITH |
CELL_IS |
COLOR_SCALE |
CONTAINS_BLANKS |
CONTAINS_ERRORS |
CONTAINS_TEXT |
DATA_BAR |
DUPLICATE_VALUES |
ENDS_WITH |
EXPRESSION |
ICON_SET |
NOT_CONTAINS_BLANKS |
NOT_CONTAINS_ERRORS |
NOT_CONTAINS_TEXT |
TIME_PERIOD |
TOP_10 |
UNIQUE_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static STCfType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STCfType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STCfType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STCfType EXPRESSION
public static final STCfType CELL_IS
public static final STCfType COLOR_SCALE
public static final STCfType DATA_BAR
public static final STCfType ICON_SET
public static final STCfType TOP_10
public static final STCfType UNIQUE_VALUES
public static final STCfType DUPLICATE_VALUES
public static final STCfType CONTAINS_TEXT
public static final STCfType NOT_CONTAINS_TEXT
public static final STCfType BEGINS_WITH
public static final STCfType ENDS_WITH
public static final STCfType CONTAINS_BLANKS
public static final STCfType NOT_CONTAINS_BLANKS
public static final STCfType CONTAINS_ERRORS
public static final STCfType NOT_CONTAINS_ERRORS
public static final STCfType TIME_PERIOD
public static final STCfType ABOVE_AVERAGE
public static STCfType[] values()
for (STCfType c : STCfType.values()) System.out.println(c);
public static STCfType 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 value()
public static STCfType fromValue(java.lang.String v)
Copyright © 2007–2023. All rights reserved.