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