public static enum OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent extends Enum<OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent>
Enum Constant and Description |
---|
CHANGE_ADMINISTRATOR |
CHANGE_ADMINISTRATOR_NAME |
CHANGE_OFFICE_MANAGED_OBJECT |
CHANGE_ORDER |
Modifier and Type | Method and Description |
---|---|
static OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent CHANGE_ADMINISTRATOR_NAME
public static final OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent CHANGE_ORDER
public static final OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent CHANGE_OFFICE_MANAGED_OBJECT
public static final OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent CHANGE_ADMINISTRATOR
public static OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent[] values()
for (OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent c : OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent.values()) System.out.println(c);
public static OfficeManagedObjectToAdministratorModel.OfficeManagedObjectToAdministratorEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2016. All rights reserved.