Enum Class Options.modes

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

public static enum Options.modes extends Enum<Options.modes>
This enum type indicates: Select very different operation modes of this tool.

Source generated from a command line options specification.
For details see the option which uses this enumeration type, as documented at Options.get_mode_0()

Created on 2024-03-07_08h05m18
by program bandm/metatools/option/compiler, version 2.1
command line =
bandm/metatools/option/compiler d2dOptions.xml eu.bandm.tools.d2d2.base Options OptionsGui $(HOME)/metatools/src
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    This value indicates: Generate xhtml documentation for a d2d module (select reader's language.).
    This value indicates: Generate a standard dtd from a d2d module definition.
    This value indicates: Export a pretty-printed source text of the d2d definition module.
    This value indicates: Write down the tsoap serialization of the d2d definition module.
    This value indicates: Write out the xslt rules (in d2d format) for a d2d module and a target format.
    This value indicates: Import a dtd and convert it into a d2d definition module.
    This value indicates: .
    This value indicates: Translate one d2d text file by xslt into different backend formats (xml or pure text).
    This value indicates: Translate one(1) d2d text input files into one(1) standard xml file.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    static Options.modes[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • text2xml

      public static final Options.modes text2xml
      This value indicates: Translate one(1) d2d text input files into one(1) standard xml file.

    • text2texts

      public static final Options.modes text2texts
      This value indicates: Translate one d2d text file by xslt into different backend formats (xml or pure text).

    • test

      public static final Options.modes test
      This value indicates: .

    • ddf2dtd

      public static final Options.modes ddf2dtd
      This value indicates: Generate a standard dtd from a d2d module definition.

    • ddf2doc

      public static final Options.modes ddf2doc
      This value indicates: Generate xhtml documentation for a d2d module (select reader's language.).

    • ddf2xslt

      public static final Options.modes ddf2xslt
      This value indicates: Write out the xslt rules (in d2d format) for a d2d module and a target format.

    • ddf2tsoap

      public static final Options.modes ddf2tsoap
      This value indicates: Write down the tsoap serialization of the d2d definition module.

    • ddf2format

      public static final Options.modes ddf2format
      This value indicates: Export a pretty-printed source text of the d2d definition module.

    • dtd2ddf

      public static final Options.modes dtd2ddf
      This value indicates: Import a dtd and convert it into a d2d definition module.

  • Method Details

    • values

      public static Options.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 Options.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