public static enum JitterbitActivity.State extends Enum<JitterbitActivity.State>
Enum Constant and Description |
---|
DEPLOYED
The activity has been deployed.
|
DEPLOYING
The activity has been requested to deploy, but has not completed deploying.
|
INIT
The activity has been inited.
|
STARTED
The activity has been started.
|
STARTING
The activity has been requested to start, but has not completed starting.
|
STOPPED
The activity has been stopped.
|
STOPPING
The activity has been requested to stop, but has not completed stopping.
|
UNDEPLOYED
The activity has been undeployed.
|
UNDEPLOYING
The activity has been requested to undeploy, but has not completed undeploying.
|
Modifier and Type | Method and Description |
---|---|
static JitterbitActivity.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JitterbitActivity.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JitterbitActivity.State INIT
public static final JitterbitActivity.State STOPPED
public static final JitterbitActivity.State STARTING
public static final JitterbitActivity.State STOPPING
public static final JitterbitActivity.State DEPLOYING
public static final JitterbitActivity.State DEPLOYED
public static final JitterbitActivity.State UNDEPLOYING
public static final JitterbitActivity.State UNDEPLOYED
public static final JitterbitActivity.State STARTED
public static JitterbitActivity.State[] values()
for (JitterbitActivity.State c : JitterbitActivity.State.values()) System.out.println(c);
public static JitterbitActivity.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 © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.