protected static enum AbstractCseRuleGrayReleaseFilter.LogicSymbol extends Enum<AbstractCseRuleGrayReleaseFilter.LogicSymbol>
| Enum Constant and Description |
|---|
Equal |
Larger |
LargerOrEqual |
Like |
NotEqual |
Smaller |
SmallerOrEqual |
| Modifier and Type | Method and Description |
|---|---|
static AbstractCseRuleGrayReleaseFilter.LogicSymbol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCseRuleGrayReleaseFilter.LogicSymbol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol Larger
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol Smaller
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol Equal
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol Like
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol NotEqual
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol LargerOrEqual
public static final AbstractCseRuleGrayReleaseFilter.LogicSymbol SmallerOrEqual
public static AbstractCseRuleGrayReleaseFilter.LogicSymbol[] values()
for (AbstractCseRuleGrayReleaseFilter.LogicSymbol c : AbstractCseRuleGrayReleaseFilter.LogicSymbol.values()) System.out.println(c);
public static AbstractCseRuleGrayReleaseFilter.LogicSymbol 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 nullCopyright © 2017. All rights reserved.