Interface Enumeration
- All Superinterfaces:
Expression
,VisitableExpression
Represents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration. E.g. for $filter=style has Sales.Pattern'Yellow'
A enumeration expression node is inserted in the expression tree for any valid enumeration. E.g. for $filter=style has Sales.Pattern'Yellow'
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
accept
-
Method Details
-
getValues
- Returns:
- A list of enumeration values
-
getType
EdmEnumType getType()- Returns:
- The enumeration type used before the enumeration values
-