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