public class CsdlLabeledElement extends CsdlDynamicExpression implements CsdlAnnotatable
CsdlLabeledElementReference) expression.| Constructor and Description | 
|---|
| CsdlLabeledElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| List<CsdlAnnotation> | getAnnotations()Returns a list of annotations | 
| String | getName()Returns the assigned name | 
| CsdlExpression | getValue()Returns the child expression | 
| int | hashCode() | 
| CsdlLabeledElement | setAnnotations(List<CsdlAnnotation> annotations) | 
| CsdlLabeledElement | setName(String name) | 
| CsdlLabeledElement | setValue(CsdlExpression value) | 
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 CsdlLabeledElement setAnnotations(List<CsdlAnnotation> annotations)
public String getName()
public CsdlLabeledElement setName(String name)
public CsdlExpression getValue()
public CsdlLabeledElement setValue(CsdlExpression value)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.