static enum ContainerLifeCycle.Managed extends java.lang.Enum<ContainerLifeCycle.Managed>
| Modifier and Type | Method and Description |
|---|---|
static ContainerLifeCycle.Managed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainerLifeCycle.Managed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerLifeCycle.Managed POJO
public static final ContainerLifeCycle.Managed MANAGED
public static final ContainerLifeCycle.Managed UNMANAGED
public static final ContainerLifeCycle.Managed AUTO
public static ContainerLifeCycle.Managed[] values()
for (ContainerLifeCycle.Managed c : ContainerLifeCycle.Managed.values()) System.out.println(c);
public static ContainerLifeCycle.Managed 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 null