public static enum OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent extends Enum<OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent>
Enum Constant and Description |
---|
CHANGE_OFFICE_GOVERNANCE |
CHANGE_OFFICE_GOVERNANCE_NAME |
CHANGE_OFFICE_SECTION_MANAGED_OBJECT |
Modifier and Type | Method and Description |
---|---|
static OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent CHANGE_OFFICE_GOVERNANCE_NAME
public static final OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent CHANGE_OFFICE_SECTION_MANAGED_OBJECT
public static final OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent CHANGE_OFFICE_GOVERNANCE
public static OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent[] values()
for (OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent c : OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent.values()) System.out.println(c);
public static OfficeSectionManagedObjectToOfficeGovernanceModel.OfficeSectionManagedObjectToOfficeGovernanceEvent 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.