Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.client.api.edm | |
org.apache.olingo.odata2.client.core.edm | |
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmAnnotationElement |
EdmAnnotations.getAnnotationElement(String name,
String namespace)
Get annotation element by full qualified name
|
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationElement> |
EdmAnnotations.getAnnotationElements()
Get all annotation elements for the CSDL element
|
List<EdmAnnotationElement> |
EdmAnnotationElement.getChildElements()
Get the child elements of the custom element
|
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationElement> |
EdmSchema.getAnnotationElements() |
Collection<EdmAnnotationElement> |
EdmUsing.getAnnotationElements() |
Modifier and Type | Method and Description |
---|---|
EdmDocumentation |
EdmDocumentation.setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this EdmDocumentation |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationElement> |
EdmOnDelete.getAnnotationElements() |
Modifier and Type | Class and Description |
---|---|
class |
EdmAnnotationElementImpl
Objects of this class represent AnnotationElement
|
Modifier and Type | Method and Description |
---|---|
EdmAnnotationElement |
EdmAnnotationsImpl.getAnnotationElement(String name,
String namespace) |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationElement> |
EdmAnnotationsImpl.getAnnotationElements() |
List<EdmAnnotationElement> |
EdmDocumentationImpl.getAnnotationElements() |
List<EdmAnnotationElement> |
EdmOnDeleteImpl.getAnnotationElements() |
List<EdmAnnotationElement> |
EdmSchemaImpl.getAnnotationElements() |
List<EdmAnnotationElement> |
EdmKeyImpl.getAnnotationElements() |
Collection<EdmAnnotationElement> |
EdmUsingImpl.getAnnotationElements() |
List<EdmAnnotationElement> |
EdmAnnotationElementImpl.getChildElements() |
Modifier and Type | Method and Description |
---|---|
void |
EdmAnnotationsImpl.setAnnotationElements(List<EdmAnnotationElement> annotationElements) |
EdmDocumentationImpl |
EdmDocumentationImpl.setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this EdmDocumentationImpl |
EdmOnDeleteImpl |
EdmOnDeleteImpl.setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this EdmOnDeleteImpl |
EdmSchemaImpl |
EdmSchemaImpl.setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this EdmSchemaImpl |
EdmKeyImpl |
EdmKeyImpl.setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this EdmKeyImpl |
EdmUsingImpl |
EdmUsingImpl.setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this EdmUsingImpl |
void |
EdmAnnotationElementImpl.setChildElements(List<EdmAnnotationElement> childElements) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.