public static enum State_FBcl.EStateKind extends java.lang.Enum<State_FBcl.EStateKind>
| Enum Constant and Description |
|---|
first |
firstParallel |
normal |
parallel |
top |
| Modifier and Type | Field and Description |
|---|---|
boolean |
bDefaultState |
boolean |
bParallelState |
java.lang.String |
s |
| Modifier and Type | Method and Description |
|---|---|
static State_FBcl.EStateKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static State_FBcl.EStateKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final State_FBcl.EStateKind top
public static final State_FBcl.EStateKind first
public static final State_FBcl.EStateKind parallel
public static final State_FBcl.EStateKind firstParallel
public static final State_FBcl.EStateKind normal
public final boolean bDefaultState
public final boolean bParallelState
public final java.lang.String s
public static State_FBcl.EStateKind[] values()
for (State_FBcl.EStateKind c : State_FBcl.EStateKind.values()) System.out.println(c);
public static State_FBcl.EStateKind 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