Class EdmParameterImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.AbstractEdmNamed
org.apache.olingo.commons.core.edm.EdmParameterImpl
- All Implemented Interfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmParameter,EdmTyped
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmNamed
getName, toStringMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
Constructor Details
-
EdmParameterImpl
-
-
Method Details
-
isCollection
public boolean isCollection()- Specified by:
isCollectionin interfaceEdmTyped- Returns:
- true if this typed element is a collection
-
getMapping
Description copied from interface:EdmMappableGet mapping information applied to an EDM element. May return null if no mapping is defined.- Specified by:
getMappingin interfaceEdmMappable- Returns:
EdmMappingor null if no mapping is defined
-
isNullable
public boolean isNullable()- Specified by:
isNullablein interfaceEdmParameter- Returns:
- true if nullable or not specified
-
getMaxLength
- Specified by:
getMaxLengthin interfaceEdmParameter- Returns:
- the maximum length as an Integer or null if not specified
-
getPrecision
- Specified by:
getPrecisionin interfaceEdmParameter- Returns:
- the precision as an Integer or null if not specified
-
getScale
- Specified by:
getScalein interfaceEdmParameter- Returns:
- the scale as an Integer or null if not specified
-
getSrid
- Specified by:
getSridin interfaceEdmParameter- Returns:
- a non-negative integer or the special value variable
-
getType
Description copied from interface:EdmTypedSeeEdmTypefor more information about possible types.
-