public static enum PatternDistributor.Phase extends Enum<PatternDistributor.Phase>
Enum Constant and Description |
---|
collecting
Recording all parameter values into the pattern
|
init
Inactive start state.
|
suspended
Pausing the copy-back process at the position
PatternDistributor.patternphase . |
using
Copying back the pattern positions into the parameter track.
|
Modifier and Type | Method and Description |
---|---|
static PatternDistributor.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatternDistributor.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatternDistributor.Phase init
public static final PatternDistributor.Phase collecting
public static final PatternDistributor.Phase using
public static final PatternDistributor.Phase suspended
PatternDistributor.patternphase
.public static PatternDistributor.Phase[] values()
for (PatternDistributor.Phase c : PatternDistributor.Phase.values()) System.out.println(c);
public static PatternDistributor.Phase 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 null