public static enum ClusterLicenseCheck.FailureReason extends Enum<ClusterLicenseCheck.FailureReason>
| Enum Constant and Description |
|---|
MIXED_LICENSES |
NO_DC_LICENSE |
NO_LICENSES |
| Modifier and Type | Method and Description |
|---|---|
static ClusterLicenseCheck.FailureReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterLicenseCheck.FailureReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterLicenseCheck.FailureReason NO_LICENSES
public static final ClusterLicenseCheck.FailureReason NO_DC_LICENSE
public static final ClusterLicenseCheck.FailureReason MIXED_LICENSES
public static ClusterLicenseCheck.FailureReason[] values()
for (ClusterLicenseCheck.FailureReason c : ClusterLicenseCheck.FailureReason.values()) System.out.println(c);
public static ClusterLicenseCheck.FailureReason 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 © 2002-2017 Atlassian. All Rights Reserved.