Uses of Interface
com.opencloud.rhino.facilities.usage.UsageParametersInterface
-
Packages that use UsageParametersInterface Package Description com.opencloud.rhino.facilities.usage -
-
Uses of UsageParametersInterface in com.opencloud.rhino.facilities.usage
Methods in com.opencloud.rhino.facilities.usage that return types with arguments of type UsageParametersInterface Modifier and Type Method Description Collection<? extends UsageParametersInterface>UsageParametersInterface. children()Get all child usage parameter sets of this usage parameter set.Collection<? extends UsageParametersInterface>UsageFacility. getChildren(UsageParametersInterface parent)Get all child usage parameter sets of the specified usage parameter set.Methods in com.opencloud.rhino.facilities.usage with parameters of type UsageParametersInterface Modifier and Type Method Description Collection<? extends UsageParametersInterface>UsageFacility. getChildren(UsageParametersInterface parent)Get all child usage parameter sets of the specified usage parameter set.<T> TUsageFacility. getOrCreateChild(UsageParametersInterface parent, String name)Create a new child usage parameter set of the given parent usage parameter set.<T> TUsageFacility. getOrCreateChild(UsageParametersInterface parent, String name, String type)Create a new child usage parameter set of the given parent usage parameter set.booleanUsageFacility. hasChild(UsageParametersInterface parent, String name)Determine if a child usage parameter set with the given name currently exists.voidUsageFacility. removeUsageParameterSet(UsageParametersInterface paramSet)Remove the specified usage parameter set.
-