public static enum ExpressionOperatorTypes.NODE_KIND extends Enum<ExpressionOperatorTypes.NODE_KIND>
| Enum Constant and Description |
|---|
BINARY |
COMPLEX_PROPERTY |
FUNCTION |
LITERAL |
NAVIGATION_PROPERTY |
PROPERTY |
UNARY |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionOperatorTypes.NODE_KIND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOperatorTypes.NODE_KIND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpressionOperatorTypes.NODE_KIND UNARY
public static final ExpressionOperatorTypes.NODE_KIND BINARY
public static final ExpressionOperatorTypes.NODE_KIND LITERAL
public static final ExpressionOperatorTypes.NODE_KIND FUNCTION
public static final ExpressionOperatorTypes.NODE_KIND PROPERTY
public static final ExpressionOperatorTypes.NODE_KIND COMPLEX_PROPERTY
public static final ExpressionOperatorTypes.NODE_KIND NAVIGATION_PROPERTY
public static ExpressionOperatorTypes.NODE_KIND[] values()
for (ExpressionOperatorTypes.NODE_KIND c : ExpressionOperatorTypes.NODE_KIND.values()) System.out.println(c);
public static ExpressionOperatorTypes.NODE_KIND 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 © 2020 SAP. All Rights Reserved.