public enum TrackChangesAttributeMode extends Enum<TrackChangesAttributeMode>
ThreeWayMergeResultType.THREE_WAY_OXYGEN_TRACK_CHANGES
.
The TrackChangesAttributeMode.TC_EDIT1
setting is used by default.
Enum Constant and Description |
---|
PREFIX
Uses a prefix notation so that multiple attribute values are presented in case of conflicts.
|
TC_ANCESTOR
When there are attribute conflicts the attribute value of the 'ancestor' version's is used in the result.
|
TC_EDIT1
When there are attribute conflicts the attribute value of the 'edit1' version's is used in the result.
|
TC_EDIT2
When there are attribute conflicts the attribute value of the 'edit2' version's is used in the result.
|
Modifier and Type | Method and Description |
---|---|
static TrackChangesAttributeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackChangesAttributeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackChangesAttributeMode TC_ANCESTOR
public static final TrackChangesAttributeMode TC_EDIT1
public static final TrackChangesAttributeMode TC_EDIT2
public static final TrackChangesAttributeMode PREFIX
public static TrackChangesAttributeMode[] values()
for (TrackChangesAttributeMode c : TrackChangesAttributeMode.values()) System.out.println(c);
public static TrackChangesAttributeMode 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.