public class CsdlPropertyValue extends CsdlAbstractEdmItem implements CsdlAnnotatable
EdmRecord
).
The value is obtained by evaluating an expression.Constructor and Description |
---|
CsdlPropertyValue() |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
getAnnotations()
Returns a list of annotations
|
String |
getProperty()
Property name
|
CsdlExpression |
getValue()
Evaluated value of the expression (property value)
|
CsdlPropertyValue |
setAnnotations(List<CsdlAnnotation> annotations) |
CsdlPropertyValue |
setProperty(String property) |
CsdlPropertyValue |
setValue(CsdlExpression value) |
getAllByName, getOneByName
public List<CsdlAnnotation> getAnnotations()
CsdlAnnotatable
getAnnotations
in interface CsdlAnnotatable
public CsdlPropertyValue setAnnotations(List<CsdlAnnotation> annotations)
public String getProperty()
public CsdlPropertyValue setProperty(String property)
public CsdlExpression getValue()
public CsdlPropertyValue setValue(CsdlExpression value)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.