Package org.apache.olingo.odata2.api.edm
Interface EdmTyped
- All Superinterfaces:
EdmNamed
- All Known Subinterfaces:
EdmElement,EdmNavigationProperty,EdmParameter,EdmProperty
- All Known Implementing Classes:
EdmComplexPropertyImplProv,EdmElementImplProv,EdmNavigationPropertyImplProv,EdmParameterImplProv,EdmPropertyImplProv,EdmSimplePropertyImplProv,EdmTypedImplProv
-
Method Summary
Modifier and TypeMethodDescriptionSeeEdmMultiplicityfor more information about possible multiplicities.getType()SeeEdmTypefor more information about possible types.
-
Method Details
-
getType
SeeEdmTypefor more information about possible types.- Returns:
EdmType- Throws:
EdmException
-
getMultiplicity
SeeEdmMultiplicityfor more information about possible multiplicities.- Returns:
EdmMultiplicity- Throws:
EdmException
-