public static enum EcdaContext.Phase extends java.lang.Enum<EcdaContext.Phase>
Enum Constant and Description |
---|
Activation |
Invocation |
Serialization |
Validation_DDL |
Validation_DML |
Modifier and Type | Method and Description |
---|---|
static EcdaContext.Phase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EcdaContext.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcdaContext.Phase Serialization
public static final EcdaContext.Phase Validation_DDL
public static final EcdaContext.Phase Validation_DML
public static final EcdaContext.Phase Invocation
public static final EcdaContext.Phase Activation
public static EcdaContext.Phase[] values()
for (EcdaContext.Phase c : EcdaContext.Phase.values()) System.out.println(c);
public static EcdaContext.Phase 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 (C) 2003-2021 SQLstream, Inc.