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