| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexProperty
Objects of this class represent a complex property.
|
class |
SimpleProperty
Objects of this class represent a simple property.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this Property |
Property |
Property.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this Property |
Property |
Property.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
Sets the
CustomizableFeedMappings for this Property |
Property |
Property.setDocumentation(Documentation documentation)
Sets the
Documentation for this Property |
Property |
Property.setFacets(EdmFacets facets)
|
Property |
Property.setMapping(Mapping mapping)
|
Property |
Property.setMimeType(String mimeType)
Sets the mime type for this
Property |
Property |
Property.setName(String name)
Sets the name for this
Property |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ComplexType.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityType.setProperties(List<Property> properties) |
ComplexType |
ComplexType.setProperties(List<Property> properties)
Sets the
Propertys |
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.