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