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