public static enum CompoundPredicate.BooleanOperator extends Enum<CompoundPredicate.BooleanOperator> implements StringValue<CompoundPredicate.BooleanOperator>
| Modifier and Type | Method and Description |
|---|---|
static CompoundPredicate.BooleanOperator |
fromValue(String v) |
String |
toString() |
String |
value() |
static CompoundPredicate.BooleanOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompoundPredicate.BooleanOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompoundPredicate.BooleanOperator OR
public static final CompoundPredicate.BooleanOperator AND
public static final CompoundPredicate.BooleanOperator XOR
public static final CompoundPredicate.BooleanOperator SURROGATE
public static CompoundPredicate.BooleanOperator[] values()
for (CompoundPredicate.BooleanOperator c : CompoundPredicate.BooleanOperator.values()) System.out.println(c);
public static CompoundPredicate.BooleanOperator 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 nullpublic String value()
value in interface StringValue<CompoundPredicate.BooleanOperator>public static CompoundPredicate.BooleanOperator fromValue(String v)
public String toString()
toString in class Enum<CompoundPredicate.BooleanOperator>Copyright © 2024. All rights reserved.