public class CsdlRecord extends CsdlDynamicExpression implements CsdlAnnotatable
CsdlRecord )elements.| Constructor and Description | 
|---|
| CsdlRecord() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| List<CsdlAnnotation> | getAnnotations()Returns a list of annotations | 
| List<CsdlPropertyValue> | getPropertyValues()List of edm:PropertyValues (See  CsdlPropertyValue | 
| String | getType()Returns the entity type or complex type to be constructed. | 
| int | hashCode() | 
| CsdlRecord | setAnnotations(List<CsdlAnnotation> annotations) | 
| CsdlRecord | setPropertyValues(List<CsdlPropertyValue> propertyValues) | 
| CsdlRecord | setType(String type) | 
asAnnotationPath, asApply, asCast, asCollection, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asLogicalOrComparison, asNavigationPropertyPath, asNull, asPath, asPropertyPath, asRecord, asUrlRef, isAnnotationPath, isApply, isCast, isCollection, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isLogicalOrComparison, isNavigationPropertyPath, isNull, isPath, isPropertyPath, isRecord, isUrlRefasConstant, asDynamic, isConstant, isDynamicgetAllByName, getOneByNamepublic List<CsdlAnnotation> getAnnotations()
CsdlAnnotatablegetAnnotations in interface CsdlAnnotatablepublic CsdlRecord setAnnotations(List<CsdlAnnotation> annotations)
public String getType()
public CsdlRecord setType(String type)
public List<CsdlPropertyValue> getPropertyValues()
CsdlPropertyValuepublic CsdlRecord setPropertyValues(List<CsdlPropertyValue> propertyValues)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.