| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| org.apache.olingo.odata2.core.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement |
AnnotationElement.setAttributes(List<AnnotationAttribute> attributes)
Sets the attributes for this
AnnotationElement. |
AnnotationElement |
AnnotationElement.setChildElements(List<AnnotationElement> childElements)
Sets the child elements for this
AnnotationElement. |
AnnotationElement |
AnnotationElement.setName(String name)
Sets the name for this
AnnotationElement. |
AnnotationElement |
AnnotationElement.setNamespace(String namespace)
Sets the namespace for this
AnnotationElement. |
AnnotationElement |
AnnotationElement.setPrefix(String prefix)
Sets the prefix for this
AnnotationElement. |
AnnotationElement |
AnnotationElement.setText(String text)
Sets the text for this
AnnotationElement which will be displayed inside the tags. |
| Constructor and Description |
|---|
EdmAnnotationElementImplProv(AnnotationElement element) |
| Constructor and Description |
|---|
EdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes,
List<AnnotationElement> annotationElements) |
Copyright © 2020. All rights reserved.