public enum EditionUpgradeLicenseType extends java.lang.Enum<EditionUpgradeLicenseType>
| Enum Constant and Description |
|---|
LICENSE_FILE
license File
|
PRODUCT_KEY
product Key
|
UNEXPECTED_VALUE
For EditionUpgradeLicenseType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static EditionUpgradeLicenseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditionUpgradeLicenseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditionUpgradeLicenseType PRODUCT_KEY
public static final EditionUpgradeLicenseType LICENSE_FILE
public static final EditionUpgradeLicenseType UNEXPECTED_VALUE
public static EditionUpgradeLicenseType[] values()
for (EditionUpgradeLicenseType c : EditionUpgradeLicenseType.values()) System.out.println(c);
public static EditionUpgradeLicenseType 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