public static enum MultiJobBuilder.ExecutionType extends Enum<MultiJobBuilder.ExecutionType>
Enum Constant and Description |
---|
PARALLEL |
SEQUENTIALLY |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
abstract boolean |
isParallel() |
static MultiJobBuilder.ExecutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiJobBuilder.ExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiJobBuilder.ExecutionType PARALLEL
public static final MultiJobBuilder.ExecutionType SEQUENTIALLY
public static MultiJobBuilder.ExecutionType[] values()
for (MultiJobBuilder.ExecutionType c : MultiJobBuilder.ExecutionType.values()) System.out.println(c);
public static MultiJobBuilder.ExecutionType 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 nullpublic String getLabel()
public abstract boolean isParallel()
Copyright © 2016–2020. All rights reserved.