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