Class EdmPropertyImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
org.apache.olingo.odata2.core.edm.provider.EdmElementImplProv
org.apache.olingo.odata2.core.edm.provider.EdmPropertyImplProv
- All Implemented Interfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmProperty,EdmTyped
- Direct Known Subclasses:
EdmComplexPropertyImplProv,EdmSimplePropertyImplProv
public abstract class EdmPropertyImplProv
extends EdmElementImplProv
implements EdmProperty, EdmAnnotatable
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
edmTypeFields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property) -
Method Summary
Modifier and TypeMethodDescriptionGet all annotations applied to an EDM elementGet customizable feed mappings for this propertyGet the related mime type for the propertyMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmElementImplProv
getFacets, getMappingMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
getMultiplicity, getTypeMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.EdmProperty
isSimpleMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
-
Constructor Details
-
EdmPropertyImplProv
public EdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getCustomizableFeedMappings
Description copied from interface:EdmPropertyGet customizable feed mappings for this property- Specified by:
getCustomizableFeedMappingsin interfaceEdmProperty- Returns:
EdmCustomizableFeedMappings- Throws:
EdmException
-
getMimeType
Description copied from interface:EdmPropertyGet the related mime type for the property- Specified by:
getMimeTypein interfaceEdmProperty- Returns:
- mime type as String
- Throws:
EdmException
-
getAnnotations
Description copied from interface:EdmAnnotatableGet all annotations applied to an EDM element- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Returns:
EdmAnnotationsnever null- Throws:
EdmException
-