protected static enum AbstractInformationModelConnectorTest.Step extends Enum<AbstractInformationModelConnectorTest.Step>
| Enum Constant and Description |
|---|
LOT_SIZE_CHANGED |
MACHINE_DATA_SENT |
START_COMMAND_SENT |
STOP_COMMAND_SENT |
| Modifier and Type | Method and Description |
|---|---|
static AbstractInformationModelConnectorTest.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractInformationModelConnectorTest.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractInformationModelConnectorTest.Step MACHINE_DATA_SENT
public static final AbstractInformationModelConnectorTest.Step START_COMMAND_SENT
public static final AbstractInformationModelConnectorTest.Step LOT_SIZE_CHANGED
public static final AbstractInformationModelConnectorTest.Step STOP_COMMAND_SENT
public static AbstractInformationModelConnectorTest.Step[] values()
for (AbstractInformationModelConnectorTest.Step c : AbstractInformationModelConnectorTest.Step.values()) System.out.println(c);
public static AbstractInformationModelConnectorTest.Step 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 © 2022. All rights reserved.