Package org.apache.olingo.odata2.api.edm
Interface EdmProperty
- All Superinterfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmTyped
- All Known Implementing Classes:
EdmComplexPropertyImplProv,EdmPropertyImplProv,EdmSimplePropertyImplProv
A CSDL Property element
EdmProperty defines a simple type or a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionGet customizable feed mappings for this propertyGet the related mime type for the propertybooleanisSimple()Get the info if the property is a simple propertyMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmElement
getFacetsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMappingMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
-
Method Details
-
getCustomizableFeedMappings
Get customizable feed mappings for this property- Returns:
EdmCustomizableFeedMappings- Throws:
EdmException
-
getMimeType
Get the related mime type for the property- Returns:
- mime type as String
- Throws:
EdmException
-
isSimple
boolean isSimple()Get the info if the property is a simple property- Returns:
- true, if it is a simple property
-