public enum RestoreReasonCode extends java.lang.Enum<RestoreReasonCode>
Enum Constant and Description |
---|
Legal |
Other |
RegistrantError |
RegistrarError |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static RestoreReasonCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestoreReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestoreReasonCode Other
public static final RestoreReasonCode RegistrantError
public static final RestoreReasonCode RegistrarError
public static final RestoreReasonCode Legal
public static RestoreReasonCode[] values()
for (RestoreReasonCode c : RestoreReasonCode.values()) System.out.println(c);
public static RestoreReasonCode 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 int getValue()