T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface WithNestedComponentsDeclaration<T>
BaseDeclaration in which
it's possible to add/get NestableElementDeclaration objects| Modifier and Type | Method and Description |
|---|---|
T |
addNestedComponent(NestableElementDeclaration nestedComponent)
Adds a
NestableElementDeclaration |
List<NestableElementDeclaration> |
getNestedComponents() |
T addNestedComponent(NestableElementDeclaration nestedComponent)
NestableElementDeclarationnestedComponent - the component declarationthis declarationList<NestableElementDeclaration> getNestedComponents()
List with the NestableElementDeclarations which have been
added to this declarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.