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