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 TypeMethodDescriptionMethods 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
- Specified by:
getCustomizableFeedMappingsin interfaceEdmProperty- Throws:
EdmException
-
getMimeType
- Specified by:
getMimeTypein interfaceEdmProperty- Throws:
EdmException
-
getAnnotations
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-