Package com.deltaxml.docbook.config
Enum Class OutputFormat
- All Implemented Interfaces:
com.deltaxml.docbook.DocBookCompareDisplayable,Serializable,Comparable<OutputFormat>,Constable
public enum OutputFormat
extends Enum<OutputFormat>
implements com.deltaxml.docbook.DocBookCompareDisplayable
Enumeration representing the possible values for the output-format parameter.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDifferences are marked up in the Arbortext tracked change format.Differences are marked up using DocBook's revisonflag attribute.Differences are marked up in the Framemaker tracked change format.Differences are marked up in the oXygen tracked change format.Differences are marked up in the XMetaL tracked change format. -
Method Summary
Modifier and TypeMethodDescriptionReturns the user-friendly String description of the OutputFormat.Returns the user-friendly String name of the OutputFormat.toString()static OutputFormatReturns the enum constant of this class with the specified name.static OutputFormat[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
DOCBOOK_MARKUP
Differences are marked up using DocBook's revisonflag attribute. -
ARBORTEXT_TCS
Differences are marked up in the Arbortext tracked change format. -
OXYGEN_TCS
Differences are marked up in the oXygen tracked change format. -
XMETAL_TCS
Differences are marked up in the XMetaL tracked change format. -
FRAMEMAKER_TCS
Differences are marked up in the Framemaker tracked change format.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getDisplayName
Returns the user-friendly String name of the OutputFormat.
- Specified by:
getDisplayNamein interfacecom.deltaxml.docbook.DocBookCompareDisplayable- Returns:
- a user-friendly String representing the OutputFormat object
-
getDisplayDescription
Returns the user-friendly String description of the OutputFormat.
- Specified by:
getDisplayDescriptionin interfacecom.deltaxml.docbook.DocBookCompareDisplayable- Returns:
- a user-friendly String description representing the OutputFormat object
-
toString
- Overrides:
toStringin classEnum<OutputFormat>
-