This project has retired. For details please refer to its
Attic page .
Enumeration (Olingo-OData 4.5.0 API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
Expression , VisitableExpression
public interface Enumeration
extends Expression
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'
Method Detail
getValues
List <String > getValues()
Returns:
A list of enumeration values
getType
EdmEnumType getType()
Returns:
The enumeration type used before the enumeration values
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013–2018 The Apache Software Foundation . All rights reserved.