Uses of Enum Class
com.deltaxml.ditamerge.ThreeWayMerge.TwoWayResultFormat
Packages that use ThreeWayMerge.TwoWayResultFormat
-
Uses of ThreeWayMerge.TwoWayResultFormat in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that return ThreeWayMerge.TwoWayResultFormatModifier and TypeMethodDescriptionThreeWayMerge.getTwoWayResultFormat()Reports the result format setting for the Merger.Returns the enum constant of this class with the specified name.static ThreeWayMerge.TwoWayResultFormat[]ThreeWayMerge.TwoWayResultFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.ditamerge with parameters of type ThreeWayMerge.TwoWayResultFormatModifier and TypeMethodDescriptionvoidThreeWayMerge.setTwoWayResultFormat(ThreeWayMerge.TwoWayResultFormat rf) Sets the result format which this Merger will produce.