Enum Class Text2Udom.modes

java.lang.Object
java.lang.Enum<Text2Udom.modes>
eu.bandm.tools.d2d2.base.Text2Udom.modes
All Implemented Interfaces:
Serializable, Comparable<Text2Udom.modes>, java.lang.constant.Constable
Enclosing class:
Text2Udom

static enum Text2Udom.modes extends Enum<Text2Udom.modes>
Kind of the text to parse.
  • Enum Constant Details

    • xml

      public static final Text2Udom.modes xml
      Create XML document.
    • xslt

      public static final Text2Udom.modes xslt
      Create XSLT document for a particular targer format.
    • xsltText

      public static final Text2Udom.modes xsltText
      Create XSLT document producing unstructured text.
  • Method Details

    • values

      public static Text2Udom.modes[] 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 Text2Udom.modes 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