public static enum WoofSectionOutputModel.WoofSectionOutputEvent extends Enum<WoofSectionOutputModel.WoofSectionOutputEvent>
Enum Constant and Description |
---|
CHANGE_ARGUMENT_TYPE |
CHANGE_WOOF_ACCESS_INPUT |
CHANGE_WOOF_RESOURCE |
CHANGE_WOOF_SECTION_INPUT |
CHANGE_WOOF_SECTION_OUTPUT_NAME |
CHANGE_WOOF_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
static WoofSectionOutputModel.WoofSectionOutputEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WoofSectionOutputModel.WoofSectionOutputEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoofSectionOutputModel.WoofSectionOutputEvent CHANGE_WOOF_SECTION_OUTPUT_NAME
public static final WoofSectionOutputModel.WoofSectionOutputEvent CHANGE_ARGUMENT_TYPE
public static final WoofSectionOutputModel.WoofSectionOutputEvent CHANGE_WOOF_SECTION_INPUT
public static final WoofSectionOutputModel.WoofSectionOutputEvent CHANGE_WOOF_TEMPLATE
public static final WoofSectionOutputModel.WoofSectionOutputEvent CHANGE_WOOF_ACCESS_INPUT
public static final WoofSectionOutputModel.WoofSectionOutputEvent CHANGE_WOOF_RESOURCE
public static WoofSectionOutputModel.WoofSectionOutputEvent[] values()
for (WoofSectionOutputModel.WoofSectionOutputEvent c : WoofSectionOutputModel.WoofSectionOutputEvent.values()) System.out.println(c);
public static WoofSectionOutputModel.WoofSectionOutputEvent 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.