public enum X4OPhaseType extends Enum<X4OPhaseType>
Enum Constant and Description |
---|
INIT
Language init.
|
XML_READ
XML Reading.
|
XML_RW
Read/Write xml.(not used)
|
XML_WRITE
XML Writing.
|
XML_WRITE_SCHEMA
XML Schema writing.
|
Modifier and Type | Method and Description |
---|---|
static X4OPhaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X4OPhaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X4OPhaseType INIT
public static final X4OPhaseType XML_RW
public static final X4OPhaseType XML_READ
public static final X4OPhaseType XML_WRITE
public static final X4OPhaseType XML_WRITE_SCHEMA
public static X4OPhaseType[] values()
for (X4OPhaseType c : X4OPhaseType.values()) System.out.println(c);
public static X4OPhaseType 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 nullCopyright © 2004-2013 X4O. All Rights Reserved.