static enum ManagedFactoryDisposableInvoker.DestructionCodes extends java.lang.Enum<ManagedFactoryDisposableInvoker.DestructionCodes>
| Enum Constant and Description |
|---|
BUNDLE_STOPPING |
CM_ENTRY_DELETED |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Integer |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getValue() |
static ManagedFactoryDisposableInvoker.DestructionCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedFactoryDisposableInvoker.DestructionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedFactoryDisposableInvoker.DestructionCodes CM_ENTRY_DELETED
public static final ManagedFactoryDisposableInvoker.DestructionCodes BUNDLE_STOPPING
public static ManagedFactoryDisposableInvoker.DestructionCodes[] values()
for (ManagedFactoryDisposableInvoker.DestructionCodes c : ManagedFactoryDisposableInvoker.DestructionCodes.values()) System.out.println(c);
public static ManagedFactoryDisposableInvoker.DestructionCodes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Integer getValue()