public static enum ThreeWayMerge.ResultFormat extends Enum<ThreeWayMerge.ResultFormat>
ThreeWayMerge.ThreeWayMergeResultType is either ThreeWayMerge.ThreeWayMergeResultType.TWO_WAY_RESULT
 or ThreeWayMerge.ThreeWayMergeResultType.RULE_PROCESSED_TWO_WAY_RESULT.
 
 The release supports the track-change format used by the oXygenXML editor/author tools when used in author mode. Further editor support could in introduced in future releases.
| Enum Constant and Description | 
|---|
| DITA_MARKUPThis result format is a DITA document are marked up using DITA specific scheme. | 
| OXYGEN_TRACK_CHANGESThis result format is an XML file with processing instructions used in the accept/reject
 interface of the oXygen XML editor/author. | 
| XML_DELTAThis result format produces either a deltaV2 result or a simplified delta result. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ThreeWayMerge.ResultFormat | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ThreeWayMerge.ResultFormat[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ThreeWayMerge.ResultFormat XML_DELTA
public static final ThreeWayMerge.ResultFormat OXYGEN_TRACK_CHANGES
public static final ThreeWayMerge.ResultFormat DITA_MARKUP
public static ThreeWayMerge.ResultFormat[] values()
for (ThreeWayMerge.ResultFormat c : ThreeWayMerge.ResultFormat.values()) System.out.println(c);
public static ThreeWayMerge.ResultFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 - 2019 DeltaXML Ltd. All Rights Reserved.