T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface WithSourcesDeclaration<T extends BaseDeclaration>
BaseDeclaration in which
it's possible to add/get SourceDeclaration objects| Modifier and Type | Method and Description |
|---|---|
T |
addMessageSource(SourceDeclaration sourceDeclaration)
Adds a
SourceDeclaration |
List<SourceDeclaration> |
getMessageSources() |
T addMessageSource(SourceDeclaration sourceDeclaration)
SourceDeclarationsourceDeclaration - the provider's declarationthis declarationList<SourceDeclaration> getMessageSources()
List with the SourceDeclaration which have been
added to this declarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.