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 | 
|---|---|
| boolean | equals(Object obj) | 
| List<CsdlAnnotation> | getAnnotations()Returns a list of annotations | 
| String | getProperty()Property name | 
| CsdlExpression | getValue()Evaluated value of the expression (property value) | 
| int | hashCode() | 
| CsdlPropertyValue | setAnnotations(List<CsdlAnnotation> annotations) | 
| CsdlPropertyValue | setProperty(String property) | 
| CsdlPropertyValue | setValue(CsdlExpression value) | 
getAllByName, getOneByNamepublic List<CsdlAnnotation> getAnnotations()
CsdlAnnotatablegetAnnotations in interface CsdlAnnotatablepublic CsdlPropertyValue setAnnotations(List<CsdlAnnotation> annotations)
public String getProperty()
public CsdlPropertyValue setProperty(String property)
public CsdlExpression getValue()
public CsdlPropertyValue setValue(CsdlExpression value)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.