public static enum OfficeGovernanceModel.OfficeGovernanceEvent extends Enum<OfficeGovernanceModel.OfficeGovernanceEvent>
Modifier and Type | Method and Description |
---|---|
static OfficeGovernanceModel.OfficeGovernanceEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeGovernanceModel.OfficeGovernanceEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeGovernanceModel.OfficeGovernanceEvent CHANGE_OFFICE_GOVERNANCE_NAME
public static final OfficeGovernanceModel.OfficeGovernanceEvent CHANGE_GOVERNANCE_SOURCE_CLASS_NAME
public static final OfficeGovernanceModel.OfficeGovernanceEvent CHANGE_OFFICE_TEAM
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_PROPERTY
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_PROPERTY
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_OFFICE_GOVERNANCE_AREA
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_OFFICE_GOVERNANCE_AREA
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_EXTERNAL_MANAGED_OBJECT
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_EXTERNAL_MANAGED_OBJECT
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_OFFICE_MANAGED_OBJECT
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_OFFICE_MANAGED_OBJECT
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_OFFICE_SECTION_MANAGED_OBJECT
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_OFFICE_SECTION_MANAGED_OBJECT
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_OFFICE_SUB_SECTION
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_OFFICE_SUB_SECTION
public static final OfficeGovernanceModel.OfficeGovernanceEvent ADD_OFFICE_TASK
public static final OfficeGovernanceModel.OfficeGovernanceEvent REMOVE_OFFICE_TASK
public static OfficeGovernanceModel.OfficeGovernanceEvent[] values()
for (OfficeGovernanceModel.OfficeGovernanceEvent c : OfficeGovernanceModel.OfficeGovernanceEvent.values()) System.out.println(c);
public static OfficeGovernanceModel.OfficeGovernanceEvent 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.