protected static enum AbstractDispatcherLeaderProcess.State extends Enum<AbstractDispatcherLeaderProcess.State>
DispatcherLeaderProcess
.Modifier and Type | Method and Description |
---|---|
static AbstractDispatcherLeaderProcess.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDispatcherLeaderProcess.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDispatcherLeaderProcess.State CREATED
public static final AbstractDispatcherLeaderProcess.State RUNNING
public static final AbstractDispatcherLeaderProcess.State STOPPED
public static AbstractDispatcherLeaderProcess.State[] values()
for (AbstractDispatcherLeaderProcess.State c : AbstractDispatcherLeaderProcess.State.values()) System.out.println(c);
public static AbstractDispatcherLeaderProcess.State 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 © 2014–2024 The Apache Software Foundation. All rights reserved.