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 Details

    • getValues

      List<String> getValues()
      Returns:
      A list of enumeration values
    • getType

      EdmEnumType getType()
      Returns:
      The enumeration type used before the enumeration values