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