Interface AliasQueryOption
- All Superinterfaces:
QueryOption
Represents an alias value defined as query option
For example:
http://.../?filter=@value eq name&@value='test'
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getName, getText
-
Method Details
-
getValue
Expression getValue()- Returns:
- Value of the alias
-