public enum OneInitializationPhase extends Enum<OneInitializationPhase>
Enumeration of the known life-cycle beans and their initialization phase.
| Enum Constant and Description | 
|---|
ONE_ENVIRONMENT_LOGGING_PHASE  | 
ONE_INITIALIZATION_PHASE  | 
ONE_SPRING_INTEGRATION_INITIALIZATION_PHASE  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPhase()  | 
static OneInitializationPhase | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static OneInitializationPhase[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final OneInitializationPhase ONE_ENVIRONMENT_LOGGING_PHASE
public static final OneInitializationPhase ONE_INITIALIZATION_PHASE
public static final OneInitializationPhase ONE_SPRING_INTEGRATION_INITIALIZATION_PHASE
public static OneInitializationPhase[] values()
for (OneInitializationPhase c : OneInitializationPhase.values()) System.out.println(c);
public static OneInitializationPhase 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 nullpublic int getPhase()
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.