public interface WithOutputDeclaration
BaseDeclaration in which it's possible
to get/set OutputDeclaration objects of payload and attributes.| Modifier and Type | Method and Description |
|---|---|
OutputDeclaration |
getOutput() |
OutputDeclaration |
getOutputAttributes() |
void |
setOutput(OutputDeclaration content)
Sets the
OutputDeclaration that describes this declarations output type. |
void |
setOutputAttributes(OutputDeclaration outputAttributes)
Sets the
OutputDeclaration that describes this declarations output attributes type. |
OutputDeclaration getOutput()
OutputDeclaration that describes this declarations output type.void setOutput(OutputDeclaration content)
OutputDeclaration that describes this declarations output type.OutputDeclaration getOutputAttributes()
OutputDeclaration that describes this declarations output attributes type.void setOutputAttributes(OutputDeclaration outputAttributes)
OutputDeclaration that describes this declarations output attributes type.Copyright © 2017 MuleSoft, Inc.. All rights reserved.