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