Uses of Class
org.apache.olingo.odata2.api.edm.provider.Property
-
Packages that use Property Package Description 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 Modifier and Type Class Description classComplexPropertyObjects of this class represent a complex property.classSimplePropertyObjects of this class represent a simple property.Methods in org.apache.olingo.odata2.api.edm.provider that return Property Modifier and Type Method Description PropertyProperty. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the List ofAnnotationAttributefor thisPropertyPropertyProperty. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the List ofAnnotationElementfor thisPropertyPropertyProperty. setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)Sets theCustomizableFeedMappingsfor thisPropertyPropertyProperty. setDocumentation(Documentation documentation)Sets theDocumentationfor thisPropertyPropertyProperty. setFacets(EdmFacets facets)PropertyProperty. setMapping(Mapping mapping)PropertyProperty. setMimeType(String mimeType)Sets the mime type for thisPropertyPropertyProperty. setName(String name)Sets the name for thisPropertyMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Property Modifier and Type Method Description List<Property>Property. getComposite()List<Property>ComplexType. getProperties()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type Property Modifier and Type Method Description voidProperty. addComposite(Property property)Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Property Modifier and Type Method Description voidProperty. setComposite(List<Property> composite)ComplexTypeComplexType. setProperties(List<Property> properties)Sets thePropertysEntityTypeEntityType. setProperties(List<Property> properties)
-