T - the concrete type for this declarationpublic abstract class ParameterizedDeclaration<T extends ParameterizedDeclaration> extends NamedDeclaration<T> implements WithParametersDeclaration
| 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() |
getNameaddModelProperty, getDescription, getDisplayModel, getModelProperties, getModelProperty, setDescription, setDisplayModelpublic List<ParameterGroupDeclaration> getParameterGroups()
getParameterGroups in interface WithParametersDeclarationList with the declarationspublic ParameterGroupDeclaration getParameterGroup(String groupName)
getParameterGroup in interface WithParametersDeclarationgroupName - the name of the group which declaration you seekParameterGroupDeclaration of the given groupName.public List<ParameterDeclaration> getAllParameters()
getAllParameters in interface WithParametersDeclarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.