public enum ThirdPartyLicenseAssignmentFailedReason extends Enum<ThirdPartyLicenseAssignmentFailedReason>
Java class for ThirdPartyLicenseAssignmentFailedReason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ThirdPartyLicenseAssignmentFailedReason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="licenseAssignmentFailed"/>
<enumeration value="moduleNotInstalled"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
LICENSE_ASSIGNMENT_FAILED |
MODULE_NOT_INSTALLED |
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyLicenseAssignmentFailedReason |
fromValue(String v) |
String |
value() |
static ThirdPartyLicenseAssignmentFailedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyLicenseAssignmentFailedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThirdPartyLicenseAssignmentFailedReason LICENSE_ASSIGNMENT_FAILED
public static final ThirdPartyLicenseAssignmentFailedReason MODULE_NOT_INSTALLED
public static ThirdPartyLicenseAssignmentFailedReason[] values()
for (ThirdPartyLicenseAssignmentFailedReason c : ThirdPartyLicenseAssignmentFailedReason.values()) System.out.println(c);
public static ThirdPartyLicenseAssignmentFailedReason 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 nullpublic String value()
public static ThirdPartyLicenseAssignmentFailedReason fromValue(String v)
Copyright © 2018. All rights reserved.