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