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