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