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