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