Package net.officefloor.woof.model.woof
Enum WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent
- java.lang.Object
-
- java.lang.Enum<WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent>
-
- net.officefloor.woof.model.woof.WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent>
- Enclosing class:
- WoofHttpInputToWoofSectionInputModel
public static enum WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent extends java.lang.Enum<WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHANGE_INPUT_NAME
CHANGE_SECTION_NAME
CHANGE_WOOF_HTTP_INPUT
CHANGE_WOOF_SECTION_INPUT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CHANGE_SECTION_NAME
public static final WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent CHANGE_SECTION_NAME
-
CHANGE_INPUT_NAME
public static final WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent CHANGE_INPUT_NAME
-
CHANGE_WOOF_HTTP_INPUT
public static final WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent CHANGE_WOOF_HTTP_INPUT
-
CHANGE_WOOF_SECTION_INPUT
public static final WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent CHANGE_WOOF_SECTION_INPUT
-
-
Method Detail
-
values
public static WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent[] 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 (WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent c : WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WoofHttpInputToWoofSectionInputModel.WoofHttpInputToWoofSectionInputEvent valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-