public static enum PredicateConcatenator.ConcatOperator extends Enum<PredicateConcatenator.ConcatOperator>
| Modifier and Type | Method and Description |
|---|---|
static PredicateConcatenator.ConcatOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateConcatenator.ConcatOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredicateConcatenator.ConcatOperator AND
public static final PredicateConcatenator.ConcatOperator OR
public static final PredicateConcatenator.ConcatOperator XOR
public static PredicateConcatenator.ConcatOperator[] values()
for (PredicateConcatenator.ConcatOperator c : PredicateConcatenator.ConcatOperator.values()) System.out.println(c);
public static PredicateConcatenator.ConcatOperator 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 © 2016. All rights reserved.