Package | Description |
---|---|
com.opencloud.monitoring |
Modifier and Type | Method and Description |
---|---|
ParameterSet |
ParameterSet.createChild(String name)
Create a new child parameter set with the given name, and return it.
|
ParameterSet |
ParameterSet.getParent()
Return the parent parameter set, or null if this is the root
|
Modifier and Type | Method and Description |
---|---|
Collection<ParameterSet> |
ParameterSet.getChildren()
Return all child parameter sets of this parameter set.
|