public static enum DeskModel.DeskEvent extends Enum<DeskModel.DeskEvent>
Modifier and Type | Method and Description |
---|---|
static DeskModel.DeskEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeskModel.DeskEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeskModel.DeskEvent ADD_EXTERNAL_MANAGED_OBJECT
public static final DeskModel.DeskEvent REMOVE_EXTERNAL_MANAGED_OBJECT
public static final DeskModel.DeskEvent ADD_DESK_MANAGED_OBJECT_SOURCE
public static final DeskModel.DeskEvent REMOVE_DESK_MANAGED_OBJECT_SOURCE
public static final DeskModel.DeskEvent ADD_DESK_MANAGED_OBJECT
public static final DeskModel.DeskEvent REMOVE_DESK_MANAGED_OBJECT
public static final DeskModel.DeskEvent ADD_WORK
public static final DeskModel.DeskEvent REMOVE_WORK
public static final DeskModel.DeskEvent ADD_TASK
public static final DeskModel.DeskEvent REMOVE_TASK
public static final DeskModel.DeskEvent ADD_EXTERNAL_FLOW
public static final DeskModel.DeskEvent REMOVE_EXTERNAL_FLOW
public static DeskModel.DeskEvent[] values()
for (DeskModel.DeskEvent c : DeskModel.DeskEvent.values()) System.out.println(c);
public static DeskModel.DeskEvent 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.