Uses of Class
org.apache.olingo.odata2.api.edm.provider.Property
Packages that use Property
Package
Description
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.providerModifier and TypeClassDescriptionclassObjects of this class represent a complex property.classObjects of this class represent a simple property.Methods in org.apache.olingo.odata2.api.edm.provider that return PropertyModifier and TypeMethodDescriptionProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisPropertyProperty.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisPropertyProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings) Sets theCustomizableFeedMappingsfor thisPropertyProperty.setDocumentation(Documentation documentation) Sets theDocumentationfor thisPropertyProperty.setMapping(Mapping mapping) Property.setMimeType(String mimeType) Sets the mime type for thisPropertySets the name for thisPropertyMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type PropertyMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type PropertyModifier and TypeMethodDescriptionComplexType.setProperties(List<Property> properties) Sets thePropertysEntityType.setProperties(List<Property> properties) -
Uses of Property in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider with parameters of type PropertyModifier and TypeMethodDescriptionprotected EdmTypedEdmStructuralTypeImplProv.createProperty(Property property) Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type PropertyModifierConstructorDescriptionEdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property)