Class EdmParameterImplProv
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
org.apache.olingo.odata2.core.edm.provider.EdmParameterImplProv
- All Implemented Interfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmParameter,EdmTyped
public class EdmParameterImplProv
extends EdmElementImplProv
implements EdmParameter, EdmAnnotatable
-
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
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmElementImplProv
getFacets, getMappingMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
getMultiplicityMethods 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.EdmElement
getFacetsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMappingMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity
-
Constructor Details
-
EdmParameterImplProv
- Throws:
EdmException
-
-
Method Details
-
getType
Description copied from interface:EdmTypedSeeEdmTypefor more information about possible types.- Specified by:
getTypein interfaceEdmTyped- Overrides:
getTypein classEdmTypedImplProv- Returns:
EdmType- Throws:
EdmException
-
getAnnotations
Description copied from interface:EdmAnnotatableGet all annotations applied to an EDM element- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Returns:
EdmAnnotationsnever null- Throws:
EdmException
-