Class UriParameterImpl
java.lang.Object
org.apache.olingo.server.core.uri.UriParameterImpl
- All Implemented Interfaces:
UriParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()getName()getText()setExpression(Expression expression) setReferencedProperty(String referencedProperty) toString()
-
Constructor Details
-
UriParameterImpl
public UriParameterImpl()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceUriParameter- Returns:
- Name of the parameter
-
setName
-
getAlias
- Specified by:
getAliasin interfaceUriParameter- Returns:
- Alias name if the parameter's value is an alias, otherwise null
-
setAlias
-
getText
- Specified by:
getTextin interfaceUriParameter- Returns:
- Text of the parameter's value
-
setText
-
getExpression
- Specified by:
getExpressionin interfaceUriParameter- Returns:
- Expression if the parameter's value is an expression, otherwise null
-
setExpression
-
getReferencedProperty
- Specified by:
getReferencedPropertyin interfaceUriParameter- Returns:
- Name of the referenced property when referential constraints are used
-
setReferencedProperty
-
toString
-