public class CsdlAnnotation extends CsdlAbstractEdmItem implements CsdlAnnotatable
Constructor and Description |
---|
CsdlAnnotation() |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
getAnnotations() |
AnnotationExpression |
getExpression() |
String |
getQualifier() |
String |
getTerm() |
CsdlAnnotation |
setAnnotations(List<CsdlAnnotation> annotation) |
void |
setExpression(AnnotationExpression annotationExpression) |
CsdlAnnotation |
setQualifier(String qualifier) |
CsdlAnnotation |
setTerm(String term) |
equals, getAllByName, getOneByName, hashCode, toString
public AnnotationExpression getExpression()
public void setExpression(AnnotationExpression annotationExpression)
public String getTerm()
public CsdlAnnotation setTerm(String term)
public String getQualifier()
public CsdlAnnotation setQualifier(String qualifier)
public CsdlAnnotation setAnnotations(List<CsdlAnnotation> annotation)
public List<CsdlAnnotation> getAnnotations()
getAnnotations
in interface CsdlAnnotatable
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.