public class PropertyExpressionImpl extends Object implements PropertyExpression
| Constructor and Description |
|---|
PropertyExpressionImpl(String uriLiteral,
EdmLiteral edmLiteral) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ExpressionVisitor visitor) |
EdmLiteral |
getEdmLiteral() |
EdmTyped |
getEdmProperty() |
EdmType |
getEdmType() |
ExpressionKind |
getKind() |
String |
getPropertyName() |
String |
getUriLiteral() |
CommonExpression |
setEdmProperty(EdmTyped edmProperty) |
CommonExpression |
setEdmType(EdmType edmType) |
public PropertyExpressionImpl(String uriLiteral, EdmLiteral edmLiteral)
public CommonExpression setEdmProperty(EdmTyped edmProperty)
public CommonExpression setEdmType(EdmType edmType)
setEdmType in interface CommonExpressionpublic String getPropertyName()
getPropertyName in interface PropertyExpressionpublic EdmLiteral getEdmLiteral()
public EdmTyped getEdmProperty()
getEdmProperty in interface PropertyExpressionpublic ExpressionKind getKind()
getKind in interface CommonExpressionpublic String getUriLiteral()
getUriLiteral in interface CommonExpressionpublic EdmType getEdmType()
getEdmType in interface CommonExpressionpublic Object accept(ExpressionVisitor visitor)
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.