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