public static enum WoofSectionModel.WoofSectionEvent extends Enum<WoofSectionModel.WoofSectionEvent>
Enum Constant and Description |
---|
ADD_INPUT |
ADD_OUTPUT |
ADD_PROPERTY |
CHANGE_SECTION_LOCATION |
CHANGE_SECTION_SOURCE_CLASS_NAME |
CHANGE_WOOF_SECTION_NAME |
REMOVE_INPUT |
REMOVE_OUTPUT |
REMOVE_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static WoofSectionModel.WoofSectionEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WoofSectionModel.WoofSectionEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoofSectionModel.WoofSectionEvent CHANGE_WOOF_SECTION_NAME
public static final WoofSectionModel.WoofSectionEvent CHANGE_SECTION_SOURCE_CLASS_NAME
public static final WoofSectionModel.WoofSectionEvent CHANGE_SECTION_LOCATION
public static final WoofSectionModel.WoofSectionEvent ADD_PROPERTY
public static final WoofSectionModel.WoofSectionEvent REMOVE_PROPERTY
public static final WoofSectionModel.WoofSectionEvent ADD_INPUT
public static final WoofSectionModel.WoofSectionEvent REMOVE_INPUT
public static final WoofSectionModel.WoofSectionEvent ADD_OUTPUT
public static final WoofSectionModel.WoofSectionEvent REMOVE_OUTPUT
public static WoofSectionModel.WoofSectionEvent[] values()
for (WoofSectionModel.WoofSectionEvent c : WoofSectionModel.WoofSectionEvent.values()) System.out.println(c);
public static WoofSectionModel.WoofSectionEvent 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.