Package com.sap.cds.reflect
Interface CdsBoundFunction
- All Superinterfaces:
CdsAnnotatable,CdsDefinition,CdsFunction,CdsNamed,CdsOperation
-
Method Summary
Modifier and TypeMethodDescriptionReturns the binding parameter of this function.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.CdsFunction
accept, getKind, getReturnTypeMethods inherited from interface com.sap.cds.reflect.CdsOperation
parameters, returnType
-
Method Details
-
getBindingParameter
CdsParameter getBindingParameter()Returns the binding parameter of this function.- Returns:
- Instance of
CdsParameteror null if the parameter is not modelled
-