Class LiteralExpressionImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.uri.expression.LiteralExpressionImpl
-
- All Implemented Interfaces:
CommonExpression,LiteralExpression,Visitable
public class LiteralExpressionImpl extends Object implements LiteralExpression
-
-
Constructor Summary
Constructors Constructor Description LiteralExpressionImpl(String uriLiteral, EdmLiteral javaLiteral)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectaccept(ExpressionVisitor visitor)EdmTypegetEdmType()ExpressionKindgetKind()StringgetUriLiteral()CommonExpressionsetEdmType(EdmType edmType)
-
-
-
Constructor Detail
-
LiteralExpressionImpl
public LiteralExpressionImpl(String uriLiteral, EdmLiteral javaLiteral)
-
-
Method Detail
-
getEdmType
public EdmType getEdmType()
- Specified by:
getEdmTypein interfaceCommonExpression
-
setEdmType
public CommonExpression setEdmType(EdmType edmType)
- Specified by:
setEdmTypein interfaceCommonExpression
-
getKind
public ExpressionKind getKind()
- Specified by:
getKindin interfaceCommonExpression
-
getUriLiteral
public String getUriLiteral()
- Specified by:
getUriLiteralin interfaceCommonExpression
-
accept
public Object accept(ExpressionVisitor visitor)
-
-