Package com.sap.cds.reflect
Interface CdsOperation
- All Superinterfaces:
CdsAnnotatable,CdsDefinition,CdsNamed
- All Known Subinterfaces:
CdsAction,CdsBoundAction,CdsBoundFunction,CdsFunction
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.sap.cds.reflect.CdsAnnotatable
annotations, findAnnotation, getAnnotationValue, getDocMethods inherited from interface com.sap.cds.reflect.CdsDefinition
accept, as, getKey, getKind, getName, getQualifiedName, getQualifier
-
Method Details
-
parameters
Stream<CdsParameter> parameters()- Returns:
- a sequential
Streamover theCdsParameter(s)
-
returnType
- Returns:
- an
Optionaldescribing theCdsTypeof this definition, or an emptyOptionalif the operation does not have a return type
-