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.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
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 |
---|---|
EdmAnnotationAttribute |
EdmAnnotations.getAnnotationAttribute(String name,
String namespace)
Get annotation attribute by full qualified name
|
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationAttribute> |
EdmAnnotations.getAnnotationAttributes()
Get all annotation attributes for the CSDL element
|
List<EdmAnnotationAttribute> |
EdmAnnotationElement.getAttributes()
Get the attributes of this custom element
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationAttribute
Objects of this class represent an annotation attribute
|
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationAttribute> |
EdmSchema.getAnnotationAttributes() |
Collection<EdmAnnotationAttribute> |
EdmUsing.getAnnotationAttributes() |
Modifier and Type | Method and Description |
---|---|
EdmDocumentation |
EdmDocumentation.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the collection of
AnnotationAttribute for this EdmDocumentation |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationAttribute> |
EdmOnDelete.getAnnotationAttributes() |
Modifier and Type | Class and Description |
---|---|
class |
EdmAnnotationAttributeImpl
Objects of this class represent an annotation attribute
|
Modifier and Type | Method and Description |
---|---|
EdmAnnotationAttribute |
EdmAnnotationsImpl.getAnnotationAttribute(String name,
String namespace) |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotationAttribute> |
EdmAnnotationsImpl.getAnnotationAttributes() |
List<EdmAnnotationAttribute> |
EdmDocumentationImpl.getAnnotationAttributes() |
List<EdmAnnotationAttribute> |
EdmOnDeleteImpl.getAnnotationAttributes() |
List<EdmAnnotationAttribute> |
EdmSchemaImpl.getAnnotationAttributes() |
List<EdmAnnotationAttribute> |
EdmKeyImpl.getAnnotationAttributes() |
Collection<EdmAnnotationAttribute> |
EdmUsingImpl.getAnnotationAttributes() |
List<EdmAnnotationAttribute> |
EdmAnnotationElementImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
EdmAnnotationsImpl.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes) |
EdmDocumentationImpl |
EdmDocumentationImpl.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the collection of
EdmAnnotationAttributeImpl for this EdmDocumentationImpl |
EdmOnDeleteImpl |
EdmOnDeleteImpl.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this EdmOnDeleteImpl |
EdmSchemaImpl |
EdmSchemaImpl.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this EdmSchemaImpl |
EdmKeyImpl |
EdmKeyImpl.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this EdmKeyImpl |
EdmUsingImpl |
EdmUsingImpl.setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the collection of
AnnotationAttribute for this EdmUsingImpl |
void |
EdmAnnotationElementImpl.setAttributes(List<EdmAnnotationAttribute> attributes) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.