Package step.licensing
Enum LicensingResources.StepEnterprise
- java.lang.Object
-
- java.lang.Enum<LicensingResources.StepEnterprise>
-
- step.licensing.LicensingResources.StepEnterprise
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<LicensingResources.StepEnterprise>
- Enclosing class:
- LicensingResources
public static enum LicensingResources.StepEnterprise extends java.lang.Enum<LicensingResources.StepEnterprise>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LicensingResources.StepEnterprise.Module
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LicensingResources.StepEnterprise
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LicensingResources.StepEnterprise[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
USERS_NAMED
public static final LicensingResources.StepEnterprise USERS_NAMED
-
USERS_CATEGORY_1
public static final LicensingResources.StepEnterprise USERS_CATEGORY_1
-
USERS_CATEGORY_2
public static final LicensingResources.StepEnterprise USERS_CATEGORY_2
-
USERS_CATEGORY_3
public static final LicensingResources.StepEnterprise USERS_CATEGORY_3
-
USERS_CATEGORY_4
public static final LicensingResources.StepEnterprise USERS_CATEGORY_4
-
USERS_CATEGORY_5
public static final LicensingResources.StepEnterprise USERS_CATEGORY_5
-
USERS_CATEGORY_6
public static final LicensingResources.StepEnterprise USERS_CATEGORY_6
-
USERS_CATEGORY_7
public static final LicensingResources.StepEnterprise USERS_CATEGORY_7
-
USERS_CATEGORY_8
public static final LicensingResources.StepEnterprise USERS_CATEGORY_8
-
USERS_CATEGORY_9
public static final LicensingResources.StepEnterprise USERS_CATEGORY_9
-
USERS_ACTIVE
public static final LicensingResources.StepEnterprise USERS_ACTIVE
-
GRID_AGENTS
public static final LicensingResources.StepEnterprise GRID_AGENTS
-
GRID_TOKENS
public static final LicensingResources.StepEnterprise GRID_TOKENS
-
CONTROLLER
public static final LicensingResources.StepEnterprise CONTROLLER
-
EXECUTIONS_TOKEN_SECONDS
public static final LicensingResources.StepEnterprise EXECUTIONS_TOKEN_SECONDS
-
EXECUTIONS_TOTALSECONDS
public static final LicensingResources.StepEnterprise EXECUTIONS_TOTALSECONDS
-
EXECUTIONS_CONCURRENT
public static final LicensingResources.StepEnterprise EXECUTIONS_CONCURRENT
-
-
Field Detail
-
resource
public final ch.exense.licensing.model.Resource resource
-
_PREFIX
public static final java.lang.String _PREFIX
- See Also:
- Constant Field Values
-
_REGISTRY
public static final ch.exense.licensing.model.ResourceRegistry _REGISTRY
-
-
Method Detail
-
values
public static LicensingResources.StepEnterprise[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LicensingResources.StepEnterprise c : LicensingResources.StepEnterprise.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LicensingResources.StepEnterprise valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-