Package com.deltaxml.dita.config
Enum Class MapUncomparedTopicMarkup
- All Implemented Interfaces:
com.deltaxml.dita.DitaCompareDisplayable,Serializable,Comparable<MapUncomparedTopicMarkup>,Constable
public enum MapUncomparedTopicMarkup
extends Enum<MapUncomparedTopicMarkup>
implements com.deltaxml.dita.DitaCompareDisplayable
Enumeration representing what updates should be performed to uncompared/unaligned topics (in the context of a DITA map
comparison).
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWhen DITA Markup is selected as the output format, behave as if 'mark-change' had been selected, otherwise behave as if 'leave-alone' had been selected.Do not update the uncompared topics.Mark the top-level topic element of uncompared topics as added or deleted, in the manner specified by the other topic level parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the user-friendly String description of the MapUncomparedTopicMarkup.Returns the user-friendly String name of the MapUncomparedTopicMarkup.toString()Returns a String representation of MapUncomparedTopicMarkup.static MapUncomparedTopicMarkupReturns the enum constant of this class with the specified name.static MapUncomparedTopicMarkup[]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
-
AUTOMATIC
When DITA Markup is selected as the output format, behave as if 'mark-change' had been selected, otherwise behave as if 'leave-alone' had been selected. -
MARK_CHANGE
Mark the top-level topic element of uncompared topics as added or deleted, in the manner specified by the other topic level parameters. -
DO_NOT_MODIFY
Do not update the uncompared topics.
-
-
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 MapUncomparedTopicMarkup.
- Specified by:
getDisplayNamein interfacecom.deltaxml.dita.DitaCompareDisplayable- Returns:
- a user-friendly String representing the MapUncomparedTopicMarkup object
-
getDisplayDescription
Returns the user-friendly String description of the MapUncomparedTopicMarkup.
- Specified by:
getDisplayDescriptionin interfacecom.deltaxml.dita.DitaCompareDisplayable- Returns:
- a user-friendly String description representing the MapUncomparedTopicMarkup object
-
toString
Returns a String representation of MapUncomparedTopicMarkup.
- Overrides:
toStringin classEnum<MapUncomparedTopicMarkup>- Returns:
- a String representing the MapUncomparedTopicMarkup object
-