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