public enum TaskAdministrationJoinPointEvent extends Enum<TaskAdministrationJoinPointEvent>
AbstractTaskAdministrationJoinPointModel
.Enum Constant and Description |
---|
CHANGE_DUTIES
Indicates a change to the
DutyModel instances connected to the
OfficeTaskModel . |
Modifier and Type | Method and Description |
---|---|
static TaskAdministrationJoinPointEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskAdministrationJoinPointEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskAdministrationJoinPointEvent CHANGE_DUTIES
DutyModel
instances connected to the
OfficeTaskModel
.public static TaskAdministrationJoinPointEvent[] values()
for (TaskAdministrationJoinPointEvent c : TaskAdministrationJoinPointEvent.values()) System.out.println(c);
public static TaskAdministrationJoinPointEvent 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.