Uses of Class
org.apache.olingo.odata2.api.uri.expression.ExpressionKind
-
Packages that use ExpressionKind Package Description org.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of ExpressionKind in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return ExpressionKind Modifier and Type Method Description ExpressionKindCommonExpression. getKind()static ExpressionKindExpressionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionKind[]ExpressionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-