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, getDocMethods inherited from interface com.sap.cds.reflect.CdsDefinition
as, getKey, getName, getQualifiedName, getQualifierMethods 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
CdsParameteror null if the parameter is not modelled
-