Enum Class OutputFormat

java.lang.Object
java.lang.Enum<OutputFormat>
com.deltaxml.dita.config.OutputFormat
All Implemented Interfaces:
com.deltaxml.dita.DitaCompareDisplayable, Serializable, Comparable<OutputFormat>, Constable

public enum OutputFormat extends Enum<OutputFormat> implements com.deltaxml.dita.DitaCompareDisplayable
Enumeration representing the possible values for the output-format parameter.
  • Enum Constant Details

    • DITA_MARKUP

      public static final OutputFormat DITA_MARKUP
      Differences are marked up using DITA's rev and status attributes.
    • ARBORTEXT_TCS

      public static final OutputFormat ARBORTEXT_TCS
      Differences are marked up in the Arbortext tracked change format.
    • OXYGEN_TCS

      public static final OutputFormat OXYGEN_TCS
      Differences are marked up in the oXygen tracked change format.
    • XMETAL_TCS

      public static final OutputFormat XMETAL_TCS
      Differences are marked up in the XMetaL tracked change format.
    • FRAMEMAKER_TCS

      public static final OutputFormat FRAMEMAKER_TCS
      Differences are marked up in the FrameMaker tracked change format.
  • Method Details

    • values

      public static OutputFormat[] 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 OutputFormat 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
    • getDisplayName

      public String getDisplayName()

      Returns the user-friendly String name of the OutputFormat.

      Specified by:
      getDisplayName in interface com.deltaxml.dita.DitaCompareDisplayable
      Returns:
      a user-friendly String representing the OutputFormat object
    • getDisplayDescription

      public String getDisplayDescription()

      Returns the user-friendly String description of the OutputFormat.

      Specified by:
      getDisplayDescription in interface com.deltaxml.dita.DitaCompareDisplayable
      Returns:
      a user-friendly String description representing the OutputFormat object
    • toString

      public String toString()

      Returns a String representation of OutputFormat.

      Overrides:
      toString in class Enum<OutputFormat>
      Returns:
      a String representing the OutputFormat object