Uses of Class
com.aeontronix.enhancedmule.tools.provisioning.ProvisioningScope.Type
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.provisioning |
-
Uses of ProvisioningScope.Type in com.aeontronix.enhancedmule.tools.provisioning
Methods in com.aeontronix.enhancedmule.tools.provisioning that return ProvisioningScope.Type Modifier and Type Method Description ProvisioningScope.TypeProvisioningScope. getType()static ProvisioningScope.TypeProvisioningScope.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisioningScope.Type[]ProvisioningScope.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aeontronix.enhancedmule.tools.provisioning with parameters of type ProvisioningScope.Type Modifier and Type Method Description voidProvisioningScope. setType(ProvisioningScope.Type type)Constructors in com.aeontronix.enhancedmule.tools.provisioning with parameters of type ProvisioningScope.Type Constructor Description ProvisioningScope(ProvisioningScope.Type type, String scope)