public static enum ThreeWayMerge.TwoWayResultFormat extends Enum<ThreeWayMerge.TwoWayResultFormat>
Enum Constant and Description |
---|
DITA_MARKUP
This result format is a DITA document are marked up using DITA specific scheme.
|
OXYGEN_TRACK_CHANGES
This result format is an XML file with processing instructions used in the accept/reject interface of the oXygen XML
editor/author.
|
XML_DELTA
This result format produces either a deltaV2 result or a simplified delta result.
|
Modifier and Type | Method and Description |
---|---|
static ThreeWayMerge.TwoWayResultFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeWayMerge.TwoWayResultFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeWayMerge.TwoWayResultFormat XML_DELTA
public static final ThreeWayMerge.TwoWayResultFormat OXYGEN_TRACK_CHANGES
public static final ThreeWayMerge.TwoWayResultFormat DITA_MARKUP
public static ThreeWayMerge.TwoWayResultFormat[] values()
for (ThreeWayMerge.TwoWayResultFormat c : ThreeWayMerge.TwoWayResultFormat.values()) System.out.println(c);
public static ThreeWayMerge.TwoWayResultFormat 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 © 2023 Deltaman Group Ltd. All Rights Reserved.