Package com.sap.cds.reflect
Interface CdsBoundAction
- All Superinterfaces:
CdsAction
,CdsAnnotatable
,CdsDefinition
,CdsNamed
,CdsOperation
-
Method Summary
Modifier and TypeMethodDescriptionReturns the binding parameter of this action.Methods inherited from interface com.sap.cds.reflect.CdsAnnotatable
annotations, findAnnotation, getAnnotationValue, getDoc
Methods inherited from interface com.sap.cds.reflect.CdsDefinition
as, getKey, getName, getQualifiedName, getQualifier
Methods inherited from interface com.sap.cds.reflect.CdsOperation
parameters, returnType
-
Method Details
-
getBindingParameter
CdsParameter getBindingParameter()Returns the binding parameter of this action.- Returns:
- Instance of
CdsParameter
or null if the parameter is not modelled
-