public static enum SequentialMerge.MergeResultType extends Enum<SequentialMerge.MergeResultType>
The various types of result that can be produced by the Sequential DITA Merger. One of these should be selected.
The product documentation describes these formats in further detail, the configuration and processes involved in producing them, use-cases and guidance on the choice of format.
Enum Constant and Description |
---|
ANALYZED_DELTAV2
The deltaV2 with an analysis of the changes, described using deltaxml:mergeType attributes on general elements, attribute
change nodes and textGroups.
|
DELTAV2
A pure deltaV2 file which contains all of the data in all of the inputs.
|
SIMPLIFIED_DELTAV2
A simplified deltaV2 file which contains all of the data in all of the inputs, but where there is some change information
loss.
|
Modifier and Type | Method and Description |
---|---|
static SequentialMerge.MergeResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequentialMerge.MergeResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequentialMerge.MergeResultType DELTAV2
public static final SequentialMerge.MergeResultType ANALYZED_DELTAV2
public static final SequentialMerge.MergeResultType SIMPLIFIED_DELTAV2
public static SequentialMerge.MergeResultType[] values()
for (SequentialMerge.MergeResultType c : SequentialMerge.MergeResultType.values()) System.out.println(c);
public static SequentialMerge.MergeResultType 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.