public class UriParameterImpl extends Object implements org.apache.olingo.server.api.uri.UriParameter
| Constructor and Description |
|---|
UriParameterImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
org.apache.olingo.server.api.uri.queryoption.expression.Expression |
getExpression() |
String |
getName() |
String |
getReferencedProperty() |
String |
getText() |
UriParameterImpl |
setAlias(String alias) |
UriParameterImpl |
setExpression(org.apache.olingo.server.api.uri.queryoption.expression.Expression expression) |
UriParameterImpl |
setName(String name) |
UriParameterImpl |
setReferencedProperty(String referencedProperty) |
UriParameterImpl |
setText(String text) |
public String getName()
getName in interface org.apache.olingo.server.api.uri.UriParameterpublic UriParameterImpl setName(String name)
public String getAlias()
getAlias in interface org.apache.olingo.server.api.uri.UriParameterpublic UriParameterImpl setAlias(String alias)
public String getText()
getText in interface org.apache.olingo.server.api.uri.UriParameterpublic UriParameterImpl setText(String text)
public org.apache.olingo.server.api.uri.queryoption.expression.Expression getExpression()
getExpression in interface org.apache.olingo.server.api.uri.UriParameterpublic UriParameterImpl setExpression(org.apache.olingo.server.api.uri.queryoption.expression.Expression expression)
public String getReferencedProperty()
getReferencedProperty in interface org.apache.olingo.server.api.uri.UriParameterpublic UriParameterImpl setReferencedProperty(String referencedProperty)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.