Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationElement> |
EdmAnnotationElement.getChildElements()
Get the child elements of the custom element
|
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. |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.