Package com.nomagic.magicdraw.diff
Enum Class RwMergeModeConstraint
- All Implemented Interfaces:
Serializable
,Comparable<RwMergeModeConstraint>
,Constable
@Deprecated(since="2022xRefresh2",
forRemoval=true)
@OpenApiAll
public enum RwMergeModeConstraint
extends Enum<RwMergeModeConstraint>
Deprecated, for removal: This API element is subject to removal in a future version.
do not use it, it has no effect in Teamwork Cloud
Enumeration of constraints that may disallow read-write merge mode for particular module
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Decompositions compatibility - particular module should be branch as the main project, it can be used in the contributor project or in other modules that qualify for read-write module merge as well.Deprecated, for removal: This API element is subject to removal in a future version.Particular module shall not have changes in it's unshared part since the ancestor project version. -
Method Summary
Modifier and TypeMethodDescriptionstatic RwMergeModeConstraint
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static RwMergeModeConstraint[]
values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DECOMPOSITION
Deprecated, for removal: This API element is subject to removal in a future version.Decompositions compatibility - particular module should be branch as the main project, it can be used in the contributor project or in other modules that qualify for read-write module merge as well. Only Teamwork modules qualify for Read-write module merge mode. -
PRIVATE_PART
Deprecated, for removal: This API element is subject to removal in a future version.Particular module shall not have changes in it's unshared part since the ancestor project version.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.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
-