|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WizardOperationState>
jaxx.runtime.swing.wizard.WizardOperationState
public enum WizardOperationState
Pour caractériser l'état d'une opération.
| Enum Constant Summary | |
|---|---|
CANCELED
quand l'opération est annulé en cours d'exécution |
|
FAILED
quand une erreur s'est produite pendant l'exécution |
|
NEED_FIX
quand l'exécution s'est terminée mais requière des corrections |
|
PENDING
quand l'opération n'a pas encore été réalisée |
|
RUNNING
quand l'opération est en cours |
|
SUCCESSED
quand l'exécution s'est terminée et ne requière pas de correction |
|
| Method Summary | |
|---|---|
static WizardOperationState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WizardOperationState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WizardOperationState PENDING
public static final WizardOperationState RUNNING
public static final WizardOperationState CANCELED
public static final WizardOperationState FAILED
public static final WizardOperationState NEED_FIX
public static final WizardOperationState SUCCESSED
| Method Detail |
|---|
public static WizardOperationState[] values()
for (WizardOperationState c : WizardOperationState.values()) System.out.println(c);
public static WizardOperationState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||