Enum Class X4OPhaseType

java.lang.Object
java.lang.Enum<X4OPhaseType>
org.x4o.xml.lang.phase.X4OPhaseType
All Implemented Interfaces:
Serializable, Comparable<X4OPhaseType>, Constable

public enum X4OPhaseType extends Enum<X4OPhaseType>
X4OPhaseType defines which phase type there are to put phases in to execute.
Version:
1.0 Apr 30, 2013
Author:
Willem Cazander
  • Enum Constant Details

    • INIT

      public static final X4OPhaseType INIT
      Language init.
    • XML_READ

      public static final X4OPhaseType XML_READ
      XML Reading.
    • XML_WRITE

      public static final X4OPhaseType XML_WRITE
      XML Writing.
  • Method Details

    • values

      public static X4OPhaseType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static X4OPhaseType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null