Enum Class IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode
java.lang.Object
java.lang.Enum<IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode>
com._1c.g5.v8.dt.compare.externaltool.IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode
- All Implemented Interfaces:
Serializable
,Comparable<IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode>
,Constable
- Enclosing interface:
- IExternalMergeToolProvider
public static enum IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode
extends Enum<IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode>
The mode how to merge using an external tool by default.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMerge all nodes using an external tool by default.Merge only double changed nodes using an external tool by default. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL_NODES
Merge all nodes using an external tool by default. -
ONLY_DOUBLE_CHANGED_NODES
public static final IExternalMergeToolProvider.MergeUsingExternalToolByDefaultMode ONLY_DOUBLE_CHANGED_NODESMerge only double changed nodes using an external tool by default.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-