Package | Description |
---|---|
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
org.apache.olingo.commons.api.edm.provider.annotation |
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
|
org.apache.olingo.commons.api.edmx |
Olingo Server API - Edmx
|
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> annotations)
Sets a list of annotations
|
CsdlAnnotation |
CsdlAnnotation.setExpression(CsdlExpression annotationExpression)
Sets the annotated expression
|
CsdlAnnotation |
CsdlAnnotation.setQualifier(String qualifier)
Sets the annotated qualifier
|
CsdlAnnotation |
CsdlAnnotation.setTerm(String term)
Sets the annotated expression
|
Modifier and Type | Method and Description |
---|---|
CsdlTypeDefinition |
CsdlTypeDefinition.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlTerm |
CsdlTerm.setAnnotations(List<CsdlAnnotation> annotations)
Sets annotations.
|
CsdlStructuralType |
CsdlStructuralType.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlSingleton |
CsdlSingleton.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlSchema |
CsdlSchema.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlReturnType |
CsdlReturnType.setAnnotations(List<CsdlAnnotation> annotations)
Sets annotations.
|
CsdlReferentialConstraint |
CsdlReferentialConstraint.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlProperty |
CsdlProperty.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlParameter |
CsdlParameter.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlOperationImport |
CsdlOperationImport.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlOperation |
CsdlOperation.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlOnDelete |
CsdlOnDelete.setAnnotations(List<CsdlAnnotation> annotations)
Sets annotations.
|
CsdlNavigationProperty |
CsdlNavigationProperty.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlFunctionImport |
CsdlFunctionImport.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlFunction |
CsdlFunction.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlEnumType |
CsdlEnumType.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlEnumMember |
CsdlEnumMember.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlEntityType |
CsdlEntityType.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlEntitySet |
CsdlEntitySet.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlEntityContainer |
CsdlEntityContainer.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlComplexType |
CsdlComplexType.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlBindingTarget |
CsdlBindingTarget.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlAnnotations |
CsdlAnnotations.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlAnnotation |
CsdlAnnotation.setAnnotations(List<CsdlAnnotation> annotations)
Sets a list of annotations
|
CsdlActionImport |
CsdlActionImport.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlAction |
CsdlAction.setAnnotations(List<CsdlAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
CsdlUrlRef.getAnnotations() |
List<CsdlAnnotation> |
CsdlRecord.getAnnotations() |
List<CsdlAnnotation> |
CsdlPropertyValue.getAnnotations() |
List<CsdlAnnotation> |
CsdlNull.getAnnotations() |
List<CsdlAnnotation> |
CsdlLogicalOrComparisonExpression.getAnnotations() |
List<CsdlAnnotation> |
CsdlLabeledElement.getAnnotations() |
List<CsdlAnnotation> |
CsdlIsOf.getAnnotations() |
List<CsdlAnnotation> |
CsdlIf.getAnnotations() |
List<CsdlAnnotation> |
CsdlCast.getAnnotations() |
List<CsdlAnnotation> |
CsdlApply.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
CsdlUrlRef |
CsdlUrlRef.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlRecord |
CsdlRecord.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlPropertyValue |
CsdlPropertyValue.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlNull |
CsdlNull.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlLogicalOrComparisonExpression |
CsdlLogicalOrComparisonExpression.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlLabeledElement |
CsdlLabeledElement.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlIsOf |
CsdlIsOf.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlIf |
CsdlIf.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlCast |
CsdlCast.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlApply |
CsdlApply.setAnnotations(List<CsdlAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
EdmxReference.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
EdmxReference |
EdmxReference.setAnnotations(List<CsdlAnnotation> annotations)
Sets annotations.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.