net.officefloor.model.officefloor
Enum DeployedOfficeObjectModel.DeployedOfficeObjectEvent
java.lang.Object
java.lang.Enum<DeployedOfficeObjectModel.DeployedOfficeObjectEvent>
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>
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
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.