Package | Description |
---|---|
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
Modifier and Type | Field and Description |
---|---|
protected List<CsdlAnnotation> |
CsdlStructuralType.annotations
The Annotations.
|
protected List<CsdlAnnotation> |
CsdlOperationImport.annotations
The Annotations.
|
protected List<CsdlAnnotation> |
CsdlOperation.annotations
The Annotations.
|
Modifier and Type | Method and Description |
---|---|
CsdlAnnotation |
CsdlSchema.getAnnotation(String term)
Gets annotation.
|
CsdlAnnotation |
CsdlAnnotations.getAnnotation(String term)
Gets annotation.
|
CsdlAnnotation |
CsdlAnnotation.setAnnotations(List<CsdlAnnotation> annotation)
Sets a list of annotations
|
CsdlAnnotation |
CsdlAnnotation.setQualifier(String qualifier)
Sets the annotated qualifier
|
CsdlAnnotation |
CsdlAnnotation.setTerm(String term)
Sets the annotated expression
|
Modifier and Type | Method and Description |
---|---|
CsdlTerm |
CsdlTerm.setAnnotations(List<CsdlAnnotation> annotations)
Sets annotations.
|
CsdlAnnotation |
CsdlAnnotation.setAnnotations(List<CsdlAnnotation> annotation)
Sets a list of annotations
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.