public static enum License.LicenseStatus extends Enum<License.LicenseStatus>
| Enum Constant and Description |
|---|
HAS_LICENSE_SP |
HAS_LICENSE_SURFMARKET |
NO_LICENSE |
NOT_NEEDED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static License.LicenseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static License.LicenseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final License.LicenseStatus HAS_LICENSE_SURFMARKET
public static final License.LicenseStatus HAS_LICENSE_SP
public static final License.LicenseStatus NO_LICENSE
public static final License.LicenseStatus NOT_NEEDED
public static final License.LicenseStatus UNKNOWN
public static License.LicenseStatus[] values()
for (License.LicenseStatus c : License.LicenseStatus.values()) System.out.println(c);
public static License.LicenseStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Pivotal Software, Inc.. All rights reserved.