public static enum Formular.WorkingState extends Enum<Formular.WorkingState>
Formular
.Formular.getWorkingState()
Enum Constant and Description |
---|
ADJUSTING_MODEL
The formular's model is currently beeing updated.
|
IDLE
No special action is in progress.
|
RESTORING
The formular's values are currently beeing restored.
|
Modifier and Type | Method and Description |
---|---|
static Formular.WorkingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Formular.WorkingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Formular.WorkingState IDLE
public static final Formular.WorkingState ADJUSTING_MODEL
public static final Formular.WorkingState RESTORING
public static Formular.WorkingState[] values()
for (Formular.WorkingState c : Formular.WorkingState.values()) System.out.println(c);
public static Formular.WorkingState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2003–2022 XDEV Software. All rights reserved.