Package net.officefloor.model.office
Enum OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent
- java.lang.Object
-
- java.lang.Enum<OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent>
-
- net.officefloor.model.office.OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent>
- Enclosing class:
- OfficeManagedObjectSourceToOfficeSupplierModel
public static enum OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent extends java.lang.Enum<OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHANGE_OFFICE_MANAGED_OBJECT_SOURCE
CHANGE_OFFICE_SUPPLIER
CHANGE_OFFICE_SUPPLIER_NAME
CHANGE_QUALIFIER
CHANGE_TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CHANGE_OFFICE_SUPPLIER_NAME
public static final OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent CHANGE_OFFICE_SUPPLIER_NAME
-
CHANGE_QUALIFIER
public static final OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent CHANGE_QUALIFIER
-
CHANGE_TYPE
public static final OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent CHANGE_TYPE
-
CHANGE_OFFICE_MANAGED_OBJECT_SOURCE
public static final OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent CHANGE_OFFICE_MANAGED_OBJECT_SOURCE
-
CHANGE_OFFICE_SUPPLIER
public static final OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent CHANGE_OFFICE_SUPPLIER
-
-
Method Detail
-
values
public static OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent[] 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 (OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent c : OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OfficeManagedObjectSourceToOfficeSupplierModel.OfficeManagedObjectSourceToOfficeSupplierEvent 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
-
-