net.officefloor.model.woof
Enum WoofSectionInputModel.WoofSectionInputEvent

java.lang.Object
  extended by java.lang.Enum<WoofSectionInputModel.WoofSectionInputEvent>
      extended by 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>


Enum Constant Summary
ADD_WOOF_ACCESS_OUTPUT
           
ADD_WOOF_EXCEPTION
           
ADD_WOOF_SECTION_OUTPUT
           
ADD_WOOF_START
           
ADD_WOOF_TEMPLATE_OUTPUT
           
CHANGE_PARAMETER_TYPE
           
CHANGE_URI
           
CHANGE_WOOF_SECTION_INPUT_NAME
           
REMOVE_WOOF_ACCESS_OUTPUT
           
REMOVE_WOOF_EXCEPTION
           
REMOVE_WOOF_SECTION_OUTPUT
           
REMOVE_WOOF_START
           
REMOVE_WOOF_TEMPLATE_OUTPUT
           
 
Method Summary
static WoofSectionInputModel.WoofSectionInputEvent valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WoofSectionInputModel.WoofSectionInputEvent[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.