T - the concrete type for this declarationpublic abstract class ParameterizedDeclaration<T extends ParameterizedDeclaration> extends NamedDeclaration<T>
| 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()
List with the declarationspublic ParameterGroupDeclaration getParameterGroup(String groupName)
groupName - the name of the group which declaration you seekParameterGroupDeclaration of the given groupName.public List<ParameterDeclaration> getAllParameters()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.