public enum CoreExecutionPhase extends java.lang.Enum<CoreExecutionPhase>
Enum Constant and Description |
---|
CoreEndSession |
CoreHttpSessionStart |
CoreMidSession |
CoreSessionSetup |
CoreSessionStart |
CoreSessionTrigger |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CoreEndSessionPhase |
static java.lang.String |
CoreHttpSessionStartPhase |
static java.lang.String |
CoreMidSessionPhase |
static java.lang.String |
CoreSessionSetupPhase |
static java.lang.String |
CoreSessionStartPhase |
static java.lang.String |
CoreSessionTriggerPhase |
Modifier and Type | Method and Description |
---|---|
static CoreExecutionPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoreExecutionPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreExecutionPhase CoreSessionStart
public static final CoreExecutionPhase CoreHttpSessionStart
public static final CoreExecutionPhase CoreSessionTrigger
public static final CoreExecutionPhase CoreSessionSetup
public static final CoreExecutionPhase CoreMidSession
public static final CoreExecutionPhase CoreEndSession
public static final java.lang.String CoreSessionStartPhase
public static final java.lang.String CoreHttpSessionStartPhase
public static final java.lang.String CoreSessionTriggerPhase
public static final java.lang.String CoreSessionSetupPhase
public static final java.lang.String CoreMidSessionPhase
public static final java.lang.String CoreEndSessionPhase
public static CoreExecutionPhase[] values()
for (CoreExecutionPhase c : CoreExecutionPhase.values()) System.out.println(c);
public static CoreExecutionPhase 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 nullCopyright © OpenCloud. All Rights Reserved.