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