public static enum StepReport.OperationType extends Enum<StepReport.OperationType>
| Enum Constant and Description |
|---|
DELETE_REMOTE |
TH_TO_WS |
WS_TO_TH |
| Modifier and Type | Method and Description |
|---|---|
static StepReport.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepReport.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepReport.OperationType WS_TO_TH
public static final StepReport.OperationType TH_TO_WS
public static final StepReport.OperationType DELETE_REMOTE
public static StepReport.OperationType[] values()
for (StepReport.OperationType c : StepReport.OperationType.values()) System.out.println(c);
public static StepReport.OperationType 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 © 2021. All Rights Reserved.