Uses of Class
org.apache.olingo.odata2.api.edm.provider.SimpleProperty
-
Packages that use SimpleProperty Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of SimpleProperty in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return SimpleProperty Modifier and Type Method Description SimplePropertySimpleProperty. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)SimplePropertySimpleProperty. setAnnotationElements(List<AnnotationElement> annotationElements)SimplePropertySimpleProperty. setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)SimplePropertySimpleProperty. setDocumentation(Documentation documentation)SimplePropertySimpleProperty. setFacets(EdmFacets facets)SimplePropertySimpleProperty. setMapping(Mapping mapping)SimplePropertySimpleProperty. setMimeType(String mimeType)SimplePropertySimpleProperty. setName(String name)SimplePropertySimpleProperty. setType(EdmSimpleTypeKind type)Sets theEdmSimpleTypeKindfor thisProperty.
-