public enum swPartnerEntitlementStatus_e extends java.lang.Enum<swPartnerEntitlementStatus_e>
Enum Constant and Description |
---|
swPEAddinGUIDMismatch |
swPEAddinNameMismatch |
swPEFail |
swPELicenseExpired |
swPESuccess |
swPETierMismatch |
swPEVersionMismatch |
Modifier and Type | Method and Description |
---|---|
static swPartnerEntitlementStatus_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPartnerEntitlementStatus_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPartnerEntitlementStatus_e swPESuccess
public static final swPartnerEntitlementStatus_e swPEFail
public static final swPartnerEntitlementStatus_e swPEAddinNameMismatch
public static final swPartnerEntitlementStatus_e swPEAddinGUIDMismatch
public static final swPartnerEntitlementStatus_e swPEVersionMismatch
public static final swPartnerEntitlementStatus_e swPELicenseExpired
public static final swPartnerEntitlementStatus_e swPETierMismatch
public static swPartnerEntitlementStatus_e[] values()
for (swPartnerEntitlementStatus_e c : swPartnerEntitlementStatus_e.values()) System.out.println(c);
public static swPartnerEntitlementStatus_e 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