public class LiteralImpl extends ExpressionImpl implements org.apache.olingo.server.api.uri.queryoption.expression.Literal
| Constructor and Description |
|---|
LiteralImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor) |
String |
getText() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
LiteralImpl |
setText(String text) |
LiteralImpl |
setType(org.apache.olingo.commons.api.edm.EdmType type) |
public String getText()
getText in interface org.apache.olingo.server.api.uri.queryoption.expression.Literalpublic LiteralImpl setText(String text)
public org.apache.olingo.commons.api.edm.EdmType getType()
getType in interface org.apache.olingo.server.api.uri.queryoption.expression.Literalpublic LiteralImpl setType(org.apache.olingo.commons.api.edm.EdmType type)
public <T> T accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor)
throws org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException,
org.apache.olingo.server.api.ODataApplicationException
accept in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpressionorg.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitExceptionorg.apache.olingo.server.api.ODataApplicationExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.