Interface EdmReturnType
- All Superinterfaces:
EdmTyped
An
EdmReturnType
of an EdmOperation
.-
Method Summary
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmTyped
getType, isCollection
-
Method Details
-
isNullable
boolean isNullable()- Returns:
- true if nullable or not specified
-
getMaxLength
Integer getMaxLength()- Returns:
- the maximum length as an Integer or null if not specified
-
getPrecision
Integer getPrecision()- Returns:
- the precision as an Integer or null if not specified
-
getScale
Integer getScale()- Returns:
- the scale as an Integer or null if not specified
-
getSrid
SRID getSrid()- Returns:
- a non-negative integer or the special value variable
-