public static enum AutoWireManagedObjectModel.AutoWireManagedObjectEvent extends Enum<AutoWireManagedObjectModel.AutoWireManagedObjectEvent>
Modifier and Type | Method and Description |
---|---|
static AutoWireManagedObjectModel.AutoWireManagedObjectEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoWireManagedObjectModel.AutoWireManagedObjectEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent CHANGE_MANAGED_OBJECT_SOURCE_CLASS_NAME
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent CHANGE_CLASS_MANAGED_OBJECT_SOURCE_CLASS
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent CHANGE_TIMEOUT
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent CHANGE_QUALIFIER
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent CHANGE_TYPE
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent CHANGE_SCOPE
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent ADD_PROPERTY_SOURCE
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent REMOVE_PROPERTY_SOURCE
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent ADD_AUTO_WIRE
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent REMOVE_AUTO_WIRE
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent ADD_FLOW
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent REMOVE_FLOW
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent ADD_TEAM
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent REMOVE_TEAM
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent ADD_DEPENDENCY
public static final AutoWireManagedObjectModel.AutoWireManagedObjectEvent REMOVE_DEPENDENCY
public static AutoWireManagedObjectModel.AutoWireManagedObjectEvent[] values()
for (AutoWireManagedObjectModel.AutoWireManagedObjectEvent c : AutoWireManagedObjectModel.AutoWireManagedObjectEvent.values()) System.out.println(c);
public static AutoWireManagedObjectModel.AutoWireManagedObjectEvent 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.