Enum Class RwMergeModeConstraint

java.lang.Object
java.lang.Enum<RwMergeModeConstraint>
com.nomagic.magicdraw.diff.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 Constants
    Enum Constant
    Description
    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.
    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 Type
    Method
    Description
    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.
    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.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • DECOMPOSITION

      public static final RwMergeModeConstraint 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

      public static final RwMergeModeConstraint 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

      public 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.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RwMergeModeConstraint valueOf(String name)
      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 name
      NullPointerException - if the argument is null