Uses of Class
org.apache.olingo.odata2.api.edm.provider.SimpleProperty
Packages that use SimpleProperty
Package
Description
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 SimplePropertyModifier and TypeMethodDescriptionSimpleProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) SimpleProperty.setAnnotationElements(List<AnnotationElement> annotationElements) SimpleProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings) SimpleProperty.setDocumentation(Documentation documentation) SimpleProperty.setMapping(Mapping mapping) SimpleProperty.setMimeType(String mimeType) SimpleProperty.setType(EdmSimpleTypeKind type) Sets theEdmSimpleTypeKindfor thisProperty. -
Uses of SimpleProperty in org.apache.olingo.odata2.core.edm.provider
Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type SimplePropertyModifierConstructorDescriptionEdmSimplePropertyImplProv(EdmImplProv edm, SimpleProperty property)