Class EdmReturnTypeImpl
java.lang.Object
org.apache.olingo.commons.core.edm.EdmReturnTypeImpl
- All Implemented Interfaces:
EdmReturnType,EdmTyped
-
Constructor Details
-
EdmReturnTypeImpl
-
-
Method Details
-
isCollection
public boolean isCollection()- Specified by:
isCollectionin interfaceEdmTyped- Returns:
- true if this typed element is a collection
-
isNullable
public boolean isNullable()- Specified by:
isNullablein interfaceEdmReturnType- Returns:
- true if nullable or not specified
-
getMaxLength
- Specified by:
getMaxLengthin interfaceEdmReturnType- Returns:
- the maximum length as an Integer or null if not specified
-
getPrecision
- Specified by:
getPrecisionin interfaceEdmReturnType- Returns:
- the precision as an Integer or null if not specified
-
getScale
- Specified by:
getScalein interfaceEdmReturnType- Returns:
- the scale as an Integer or null if not specified
-
getSrid
- Specified by:
getSridin interfaceEdmReturnType- Returns:
- a non-negative integer or the special value variable
-
getType
Description copied from interface:EdmTypedSeeEdmTypefor more information about possible types.
-