public enum LicenseGroupIdentifierKeyEnum extends java.lang.Enum<LicenseGroupIdentifierKeyEnum>
Enum Constant and Description |
---|
BOOL_LIC_SUPPORT |
STR_AVAILABLE_CONTRY |
Modifier and Type | Method and Description |
---|---|
static LicenseGroupIdentifierKeyEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LicenseGroupIdentifierKeyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseGroupIdentifierKeyEnum BOOL_LIC_SUPPORT
public static final LicenseGroupIdentifierKeyEnum STR_AVAILABLE_CONTRY
public static LicenseGroupIdentifierKeyEnum[] values()
for (LicenseGroupIdentifierKeyEnum c : LicenseGroupIdentifierKeyEnum.values()) System.out.println(c);
public static LicenseGroupIdentifierKeyEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null