net.officefloor.model.officefloor
Enum DeployedOfficeObjectModel.DeployedOfficeObjectEvent

java.lang.Object
  extended by java.lang.Enum<DeployedOfficeObjectModel.DeployedOfficeObjectEvent>
      extended by net.officefloor.model.officefloor.DeployedOfficeObjectModel.DeployedOfficeObjectEvent
All Implemented Interfaces:
Serializable, Comparable<DeployedOfficeObjectModel.DeployedOfficeObjectEvent>
Enclosing class:
DeployedOfficeObjectModel

public static enum DeployedOfficeObjectModel.DeployedOfficeObjectEvent
extends Enum<DeployedOfficeObjectModel.DeployedOfficeObjectEvent>


Enum Constant Summary
CHANGE_DEPLOYED_OFFICE_OBJECT_NAME
           
CHANGE_OBJECT_TYPE
           
CHANGE_OFFICE_FLOOR_INPUT_MANAGED_OBJECT
           
CHANGE_OFFICE_FLOOR_MANAGED_OBJECT
           
 
Method Summary
static DeployedOfficeObjectModel.DeployedOfficeObjectEvent valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeployedOfficeObjectModel.DeployedOfficeObjectEvent[] 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_DEPLOYED_OFFICE_OBJECT_NAME

public static final DeployedOfficeObjectModel.DeployedOfficeObjectEvent CHANGE_DEPLOYED_OFFICE_OBJECT_NAME

CHANGE_OBJECT_TYPE

public static final DeployedOfficeObjectModel.DeployedOfficeObjectEvent CHANGE_OBJECT_TYPE

CHANGE_OFFICE_FLOOR_MANAGED_OBJECT

public static final DeployedOfficeObjectModel.DeployedOfficeObjectEvent CHANGE_OFFICE_FLOOR_MANAGED_OBJECT

CHANGE_OFFICE_FLOOR_INPUT_MANAGED_OBJECT

public static final DeployedOfficeObjectModel.DeployedOfficeObjectEvent CHANGE_OFFICE_FLOOR_INPUT_MANAGED_OBJECT
Method Detail

values

public static DeployedOfficeObjectModel.DeployedOfficeObjectEvent[] 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 (DeployedOfficeObjectModel.DeployedOfficeObjectEvent c : DeployedOfficeObjectModel.DeployedOfficeObjectEvent.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DeployedOfficeObjectModel.DeployedOfficeObjectEvent 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.