Class EdmElementImplProv
- 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
-
- All Implemented Interfaces:
EdmElement,EdmMappable,EdmNamed,EdmTyped
- Direct Known Subclasses:
EdmParameterImplProv,EdmPropertyImplProv
public abstract class EdmElementImplProv extends EdmTypedImplProv implements EdmElement
-
-
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 EdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmFacetsgetFacets()EdmMappinggetMapping()-
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.EdmTyped
getMultiplicity, getType
-
-
-
-
Constructor Detail
-
EdmElementImplProv
public EdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getMapping
public EdmMapping getMapping() throws EdmException
- Specified by:
getMappingin interfaceEdmMappable- Throws:
EdmException
-
getFacets
public EdmFacets getFacets() throws EdmException
- Specified by:
getFacetsin interfaceEdmElement- Throws:
EdmException
-
-