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