|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleProperty | |
---|---|
org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
org.apache.olingo.odata2.jpa.processor.api.model | OData JPA Processor API Library - JPA EDM Model |
Uses of SimpleProperty in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return SimpleProperty | |
---|---|
SimpleProperty |
SimpleProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
|
SimpleProperty |
SimpleProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
|
SimpleProperty |
SimpleProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
|
SimpleProperty |
SimpleProperty.setDocumentation(Documentation documentation)
|
SimpleProperty |
SimpleProperty.setFacets(EdmFacets facets)
|
SimpleProperty |
SimpleProperty.setMapping(Mapping mapping)
|
SimpleProperty |
SimpleProperty.setMimeType(String mimeType)
|
SimpleProperty |
SimpleProperty.setName(String name)
|
SimpleProperty |
SimpleProperty.setType(EdmSimpleTypeKind type)
Sets the EdmSimpleTypeKind for this Property . |
Uses of SimpleProperty in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return SimpleProperty | |
---|---|
SimpleProperty |
JPAEdmPropertyView.getEdmSimpleProperty()
The method returns a simple EDM property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |