public enum RegistrationMessageCodeType extends java.lang.Enum<RegistrationMessageCodeType>
| Enum Constant and Description |
|---|
ACTIVATE_REGISTRATION_ERROR |
DATE_PARSING_ERROR |
EXPIRATION_DATE_WARNING |
INSTALLATION_INCOMPLETE_ERROR |
INVALID_LICENSE_USAGE_WINDOW |
INVALID_REGISTRATION_ERROR |
NETWORK_FAILURE_ERROR |
REFRESH_REGISTRATION_ERROR |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static RegistrationMessageCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationMessageCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistrationMessageCodeType ACTIVATE_REGISTRATION_ERROR
public static final RegistrationMessageCodeType DATE_PARSING_ERROR
public static final RegistrationMessageCodeType EXPIRATION_DATE_WARNING
public static final RegistrationMessageCodeType INSTALLATION_INCOMPLETE_ERROR
public static final RegistrationMessageCodeType INVALID_LICENSE_USAGE_WINDOW
public static final RegistrationMessageCodeType INVALID_REGISTRATION_ERROR
public static final RegistrationMessageCodeType NETWORK_FAILURE_ERROR
public static final RegistrationMessageCodeType REFRESH_REGISTRATION_ERROR
public static RegistrationMessageCodeType[] values()
for (RegistrationMessageCodeType c : RegistrationMessageCodeType.values()) System.out.println(c);
public static RegistrationMessageCodeType 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 nullpublic java.lang.String prettyPrint()