private static enum Filters.OrNorFilter.Operator extends java.lang.Enum<Filters.OrNorFilter.Operator>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private java.lang.String |
toStringName |
| Modifier and Type | Method and Description |
|---|---|
static Filters.OrNorFilter.Operator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Filters.OrNorFilter.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filters.OrNorFilter.Operator OR
public static final Filters.OrNorFilter.Operator NOR
private final java.lang.String name
private final java.lang.String toStringName
public static Filters.OrNorFilter.Operator[] values()
for (Filters.OrNorFilter.Operator c : Filters.OrNorFilter.Operator.values()) System.out.println(c);
public static Filters.OrNorFilter.Operator 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 null