T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface WithConstructsDeclaration<T extends BaseDeclaration>
BaseDeclaration in which
it's possible to add/get OperationDeclaration objects| Modifier and Type | Method and Description |
|---|---|
T |
addConstruct(ConstructDeclaration declaration)
Adds a
ConstructDeclaration |
List<ConstructDeclaration> |
getConstructs() |
List<ConstructDeclaration> getConstructs()
List with
the available ConstructDeclarationsT addConstruct(ConstructDeclaration declaration)
ConstructDeclarationdeclaration - the declaration to be addedthis declarerCopyright © 2017 MuleSoft, Inc.. All rights reserved.