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
Modifier and TypeMethodDescriptionSeeEdmMultiplicityfor more information about possible multiplicities.getType()SeeEdmTypefor more information about possible types.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
Description copied from interface:EdmTypedSeeEdmTypefor more information about possible types.- Specified by:
getTypein interfaceEdmTyped- Returns:
EdmType- Throws:
EdmException
-
getMultiplicity
Description copied from interface:EdmTypedSeeEdmMultiplicityfor more information about possible multiplicities.- Specified by:
getMultiplicityin interfaceEdmTyped- Returns:
EdmMultiplicity- Throws:
EdmException
-