Interface Member
- All Superinterfaces:
Expression
,VisitableExpression
Represents a member expression node in the expression tree. This expression is used to describe access paths
to properties and other EDM elements.
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
accept
-
Method Details
-
getResourcePath
UriInfoResource getResourcePath()- Returns:
- UriInfoResource object describing the whole path used to access an data value (this includes for example the usage of $root and $it inside the URI)
-
getType
EdmType getType()- Returns:
- Type
-
getStartTypeFilter
EdmType getStartTypeFilter()- Returns:
- The used type filter ahead of the path
-
isCollection
boolean isCollection()- Returns:
- true if the accessed data is a collection, otherwise false
-