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