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
edmType
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm
-
-
Constructor Summary
Constructors Constructor Description EdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmCustomizableFeedMappingsgetCustomizableFeedMappings()StringgetMimeType()-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmElementImplProv
getFacets, getMapping
-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
getMultiplicity, getType
-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmElement
getFacets
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmProperty
isSimple
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
-
-
-
-
Constructor Detail
-
EdmPropertyImplProv
public EdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getCustomizableFeedMappings
public EdmCustomizableFeedMappings getCustomizableFeedMappings() throws EdmException
- Specified by:
getCustomizableFeedMappingsin interfaceEdmProperty- Throws:
EdmException
-
getMimeType
public String getMimeType() throws EdmException
- Specified by:
getMimeTypein interfaceEdmProperty- Throws:
EdmException
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
-