public abstract class ParameterizedDeclarer<T extends ParameterizedDeclarer,D extends ParameterizedDeclaration> extends Declarer<D> implements HasParametersDeclarer
ParameterDeclarationsdeclaration| Constructor and Description |
|---|
ParameterizedDeclarer(D declaration) |
| Modifier and Type | Method and Description |
|---|---|
T |
describedAs(String description)
Adds a description
|
ParameterGroupDeclarer |
onDefaultParameterGroup()
Provides the default
ParameterGroupDeclarer. |
ParameterGroupDeclarer |
onParameterGroup(String name)
Provides a
ParameterGroupDeclarer for adding parameters
into a group of the given name. |
getDeclarationpublic ParameterizedDeclarer(D declaration)
public ParameterGroupDeclarer onParameterGroup(String name)
ParameterGroupDeclarer for adding parameters
into a group of the given name. Use this if you wish to
declare a parameter which should belong to a specific group.onParameterGroup in interface HasParametersDeclarername - the name of the group to declareParameterGroupDeclarerpublic ParameterGroupDeclarer onDefaultParameterGroup()
ParameterGroupDeclarer. Use this if you wish
to add a parameter which shouldn't belong to any specific group.onDefaultParameterGroup in interface HasParametersDeclarerParameterGroupDeclarerCopyright © 2017 MuleSoft, Inc.. All rights reserved.