public static enum OpacApi.MultiStepResult.Status extends java.lang.Enum<OpacApi.MultiStepResult.Status>
Enum Constant and Description |
---|
CONFIRMATION_NEEDED
The user has to confirm the prolonging
|
EMAIL_NEEDED
We need the user's emaila ddress
|
ERROR
An error occured
|
EXTERNAL
The user's web browser should be opened
|
OK
Everything went well
|
SELECTION_NEEDED
The user has to make a selection
|
UNSUPPORTED
This is not supported in this API implementation
|
Modifier and Type | Method and Description |
---|---|
static OpacApi.MultiStepResult.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpacApi.MultiStepResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpacApi.MultiStepResult.Status OK
public static final OpacApi.MultiStepResult.Status UNSUPPORTED
public static final OpacApi.MultiStepResult.Status EXTERNAL
public static final OpacApi.MultiStepResult.Status ERROR
public static final OpacApi.MultiStepResult.Status SELECTION_NEEDED
public static final OpacApi.MultiStepResult.Status CONFIRMATION_NEEDED
public static final OpacApi.MultiStepResult.Status EMAIL_NEEDED
public static OpacApi.MultiStepResult.Status[] values()
for (OpacApi.MultiStepResult.Status c : OpacApi.MultiStepResult.Status.values()) System.out.println(c);
public static OpacApi.MultiStepResult.Status 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