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
-
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
ConstructorsConstructorDescriptionEdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping) -
Method Summary
Modifier and TypeMethodDescriptionGet the facet information for an elementGet mapping information applied to an EDM elementMethods 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.EdmTyped
getMultiplicity, getType
-
Constructor Details
-
EdmElementImplProv
public EdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getMapping
Description copied from interface:EdmMappableGet mapping information applied to an EDM element- Specified by:
getMappingin interfaceEdmMappable- Returns:
EdmMapping- Throws:
EdmException
-
getFacets
Description copied from interface:EdmElementGet the facet information for an element- Specified by:
getFacetsin interfaceEdmElement- Returns:
EdmFacets- Throws:
EdmException
-