public interface CdsAction extends CdsDefinition
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CdsVisitor visitor)
Accepts a
CdsVisitor visiting the elements of this definition
(depth-first) |
Stream<CdsParameter> |
parameters()
|
Optional<CdsType> |
returnType()
|
byNamespace, getName, getQualifiedName, getQualifierannotations, byAnnotation, findAnnotationStream<CdsParameter> parameters()
Stream over the CdsParameter(s)Optional<CdsType> returnType()
Optional describing the CdsType of this
definition, or an empty Optional if the action does not have
a return typedefault void accept(CdsVisitor visitor)
CdsDefinitionCdsVisitor visiting the elements of this definition
(depth-first)accept in interface CdsDefinitionvisitor - the CdsVisitorCopyright © 2020 SAP. All rights reserved.