|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
| Uses of Property in org.apache.olingo.odata2.api.edm.provider |
|---|
| Subclasses of Property in org.apache.olingo.odata2.api.edm.provider | |
|---|---|
class |
ComplexProperty
Objects of this class represent a complex property. |
class |
SimpleProperty
Objects of this class represent a simple property. |
| Methods in org.apache.olingo.odata2.api.edm.provider that return Property | |
|---|---|
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)
Sets the Facets for this Property |
Property |
Property.setMapping(Mapping mapping)
Sets the Mapping for this Property |
Property |
Property.setMimeType(String mimeType)
Sets the mime type for this Property |
Property |
Property.setName(String name)
Sets the name for this Property |
| Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Property | |
|---|---|
List<Property> |
ComplexType.getProperties()
|
| Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Property | |
|---|---|
EntityType |
EntityType.setProperties(List<Property> properties)
|
ComplexType |
ComplexType.setProperties(List<Property> properties)
Sets the Propertys |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||