net.officefloor.model.woof
Enum WoofSectionInputModel.WoofSectionInputEvent
java.lang.Object
java.lang.Enum<WoofSectionInputModel.WoofSectionInputEvent>
net.officefloor.model.woof.WoofSectionInputModel.WoofSectionInputEvent
- All Implemented Interfaces:
- Serializable, Comparable<WoofSectionInputModel.WoofSectionInputEvent>
- Enclosing class:
- WoofSectionInputModel
public static enum WoofSectionInputModel.WoofSectionInputEvent
- extends Enum<WoofSectionInputModel.WoofSectionInputEvent>
CHANGE_WOOF_SECTION_INPUT_NAME
public static final WoofSectionInputModel.WoofSectionInputEvent CHANGE_WOOF_SECTION_INPUT_NAME
CHANGE_PARAMETER_TYPE
public static final WoofSectionInputModel.WoofSectionInputEvent CHANGE_PARAMETER_TYPE
CHANGE_URI
public static final WoofSectionInputModel.WoofSectionInputEvent CHANGE_URI
ADD_WOOF_TEMPLATE_OUTPUT
public static final WoofSectionInputModel.WoofSectionInputEvent ADD_WOOF_TEMPLATE_OUTPUT
REMOVE_WOOF_TEMPLATE_OUTPUT
public static final WoofSectionInputModel.WoofSectionInputEvent REMOVE_WOOF_TEMPLATE_OUTPUT
ADD_WOOF_SECTION_OUTPUT
public static final WoofSectionInputModel.WoofSectionInputEvent ADD_WOOF_SECTION_OUTPUT
REMOVE_WOOF_SECTION_OUTPUT
public static final WoofSectionInputModel.WoofSectionInputEvent REMOVE_WOOF_SECTION_OUTPUT
ADD_WOOF_ACCESS_OUTPUT
public static final WoofSectionInputModel.WoofSectionInputEvent ADD_WOOF_ACCESS_OUTPUT
REMOVE_WOOF_ACCESS_OUTPUT
public static final WoofSectionInputModel.WoofSectionInputEvent REMOVE_WOOF_ACCESS_OUTPUT
ADD_WOOF_EXCEPTION
public static final WoofSectionInputModel.WoofSectionInputEvent ADD_WOOF_EXCEPTION
REMOVE_WOOF_EXCEPTION
public static final WoofSectionInputModel.WoofSectionInputEvent REMOVE_WOOF_EXCEPTION
ADD_WOOF_START
public static final WoofSectionInputModel.WoofSectionInputEvent ADD_WOOF_START
REMOVE_WOOF_START
public static final WoofSectionInputModel.WoofSectionInputEvent REMOVE_WOOF_START
values
public static WoofSectionInputModel.WoofSectionInputEvent[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (WoofSectionInputModel.WoofSectionInputEvent c : WoofSectionInputModel.WoofSectionInputEvent.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WoofSectionInputModel.WoofSectionInputEvent valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2005-2013. All Rights Reserved.