Uses of Enum Class
com.deltaxml.mergecommon.config.ExistingOxygenTCsProcessingMode
Packages that use ExistingOxygenTCsProcessingMode
Package
Description
DeltaNova DITA Merge API
DeltaNova XML Merge API
This package provides configuration classes for merge.
-
Uses of ExistingOxygenTCsProcessingMode in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that return ExistingOxygenTCsProcessingModeModifier and TypeMethodDescriptionThreeWayMerge.getExistingOxygenTCsProcessingMode()Reports the existing oxygen TCs processing mode used with three way track change output.Methods in com.deltaxml.ditamerge with parameters of type ExistingOxygenTCsProcessingModeModifier and TypeMethodDescriptionvoidThreeWayMerge.setExistingOxygenTCsProcessingMode(ExistingOxygenTCsProcessingMode mode) Sets the existing oxygen TCs processing mode for three way track change output. -
Uses of ExistingOxygenTCsProcessingMode in com.deltaxml.merge
Methods in com.deltaxml.merge that return ExistingOxygenTCsProcessingModeModifier and TypeMethodDescriptionThreeWayMerge.getExistingOxygenTCsProcessingMode()Reports the existing oxygen TCs processing mode used with three way track change output.Methods in com.deltaxml.merge with parameters of type ExistingOxygenTCsProcessingModeModifier and TypeMethodDescriptionvoidThreeWayMerge.setExistingOxygenTCsProcessingMode(ExistingOxygenTCsProcessingMode mode) Sets the existing oxygen TCs processing mode for three way track change output. -
Uses of ExistingOxygenTCsProcessingMode in com.deltaxml.mergecommon.config
Methods in com.deltaxml.mergecommon.config that return ExistingOxygenTCsProcessingModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExistingOxygenTCsProcessingMode[]ExistingOxygenTCsProcessingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.