public static enum ExistsPredicate.ExistsPredicateOperator extends Enum<ExistsPredicate.ExistsPredicateOperator> implements PredicateOperator
ExistsPredicate class.| Enum Constant and Description |
|---|
EXISTS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the predicate operator symbol.
|
static ExistsPredicate.ExistsPredicateOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExistsPredicate.ExistsPredicateOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExistsPredicate.ExistsPredicateOperator EXISTS
public static ExistsPredicate.ExistsPredicateOperator[] values()
for (ExistsPredicate.ExistsPredicateOperator c : ExistsPredicate.ExistsPredicateOperator.values()) System.out.println(c);
public static ExistsPredicate.ExistsPredicateOperator 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 toString()
PredicateOperatortoString in interface PredicateOperatortoString in class Enum<ExistsPredicate.ExistsPredicateOperator>Copyright © 2018–2021. All rights reserved.