public static enum AutoWireFlowModel.AutoWireFlowEvent extends Enum<AutoWireFlowModel.AutoWireFlowEvent>
Enum Constant and Description |
---|
CHANGE_INPUT |
CHANGE_NAME |
CHANGE_SECTION |
Modifier and Type | Method and Description |
---|---|
static AutoWireFlowModel.AutoWireFlowEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoWireFlowModel.AutoWireFlowEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoWireFlowModel.AutoWireFlowEvent CHANGE_NAME
public static final AutoWireFlowModel.AutoWireFlowEvent CHANGE_SECTION
public static final AutoWireFlowModel.AutoWireFlowEvent CHANGE_INPUT
public static AutoWireFlowModel.AutoWireFlowEvent[] values()
for (AutoWireFlowModel.AutoWireFlowEvent c : AutoWireFlowModel.AutoWireFlowEvent.values()) System.out.println(c);
public static AutoWireFlowModel.AutoWireFlowEvent 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 © 2005–2016. All rights reserved.