Uses of Interface
com.opencloud.monitoring.ParameterSet
-
Packages that use ParameterSet Package Description com.opencloud.monitoring -
-
Uses of ParameterSet in com.opencloud.monitoring
Methods in com.opencloud.monitoring that return ParameterSet Modifier and Type Method 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 rootMethods in com.opencloud.monitoring that return types with arguments of type ParameterSet Modifier and Type Method Description Collection<ParameterSet>
ParameterSet. getChildren()
Return all child parameter sets of this parameter set.
-