Class EdmTypedImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
- Direct Known Subclasses:
EdmElementImplProv,EdmNavigationPropertyImplProv
-
Field Summary
FieldsFields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmTypedImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmMultiplicity multiplicity) -
Method Summary
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Field Details
-
edmType
-
-
Constructor Details
-
EdmTypedImplProv
public EdmTypedImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmMultiplicity multiplicity) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceEdmTyped- Throws:
EdmException
-
getMultiplicity
- Specified by:
getMultiplicityin interfaceEdmTyped- Throws:
EdmException
-