T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface WithParametersDeclaration
BaseDeclaration in which
it's possible to add/get SourceDeclaration objects| Modifier and Type | Method and Description |
|---|---|
List<ParameterDeclaration> |
getAllParameters()
Returns all the parameter declarations declared on all groups.
|
ParameterGroupDeclaration |
getParameterGroup(String groupName) |
List<ParameterGroupDeclaration> |
getParameterGroups() |
List<ParameterGroupDeclaration> getParameterGroups()
List with the declarationsParameterGroupDeclaration getParameterGroup(String groupName)
groupName - the name of the group which declaration you seekParameterGroupDeclaration of the given groupName.List<ParameterDeclaration> getAllParameters()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.