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