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