public class LiteralExpressionImpl extends Object implements LiteralExpression
| Constructor and Description |
|---|
LiteralExpressionImpl(String uriLiteral,
EdmLiteral javaLiteral) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ExpressionVisitor visitor) |
EdmType |
getEdmType() |
ExpressionKind |
getKind() |
String |
getUriLiteral() |
CommonExpression |
setEdmType(EdmType edmType) |
public LiteralExpressionImpl(String uriLiteral, EdmLiteral javaLiteral)
public EdmType getEdmType()
getEdmType in interface CommonExpressionpublic CommonExpression setEdmType(EdmType edmType)
setEdmType in interface CommonExpressionpublic ExpressionKind getKind()
getKind in interface CommonExpressionpublic String getUriLiteral()
getUriLiteral in interface CommonExpressionpublic Object accept(ExpressionVisitor visitor)
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.