public enum ConditionFilterType extends java.lang.Enum<ConditionFilterType>
Instance names match the constants from STCfType
for convenience.
Enum Constant and Description |
---|
ABOVE_AVERAGE |
BEGINS_WITH |
CONTAINS_BLANKS |
CONTAINS_ERRORS |
CONTAINS_TEXT |
DUPLICATE_VALUES |
ENDS_WITH |
FILTER
This is the only value valid for HSSF rules
|
NOT_CONTAINS_BLANKS |
NOT_CONTAINS_ERRORS |
NOT_CONTAINS_TEXT |
TIME_PERIOD |
TOP_10 |
UNIQUE_VALUES |
Modifier and Type | Method and Description |
---|---|
static ConditionFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionFilterType FILTER
public static final ConditionFilterType TOP_10
public static final ConditionFilterType UNIQUE_VALUES
public static final ConditionFilterType DUPLICATE_VALUES
public static final ConditionFilterType CONTAINS_TEXT
public static final ConditionFilterType NOT_CONTAINS_TEXT
public static final ConditionFilterType BEGINS_WITH
public static final ConditionFilterType ENDS_WITH
public static final ConditionFilterType CONTAINS_BLANKS
public static final ConditionFilterType NOT_CONTAINS_BLANKS
public static final ConditionFilterType CONTAINS_ERRORS
public static final ConditionFilterType NOT_CONTAINS_ERRORS
public static final ConditionFilterType TIME_PERIOD
public static final ConditionFilterType ABOVE_AVERAGE
public static ConditionFilterType[] values()
for (ConditionFilterType c : ConditionFilterType.values()) System.out.println(c);
public static ConditionFilterType 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 nullCopyright 2021 The Apache Software Foundation or its licensors, as applicable.