Enum LegacyResolutionAlternativeEnum

java.lang.Object
java.lang.Enum<LegacyResolutionAlternativeEnum>
cdm.legaldocumentation.csa.LegacyResolutionAlternativeEnum
All Implemented Interfaces:
Serializable, Comparable<LegacyResolutionAlternativeEnum>

@RosettaEnum("LegacyResolutionAlternativeEnum") public enum LegacyResolutionAlternativeEnum extends Enum<LegacyResolutionAlternativeEnum>
Details of the alternative dispute resolution procedure (if any).
Version:
7.0.0-dev.105
  • Enum Constant Details

    • NO_ALTERNATIVE

      @RosettaEnumValue("NoAlternative") public static final LegacyResolutionAlternativeEnum NO_ALTERNATIVE
      No Alternative dispute resolution procedure is defined.
    • SPLIT_DIFFERENCE

      @RosettaEnumValue("SplitDifference") public static final LegacyResolutionAlternativeEnum SPLIT_DIFFERENCE
      A split the difference resolution procedure applies.
    • ADDITIONAL_CONDITIONS

      @RosettaEnumValue("AdditionalConditions") public static final LegacyResolutionAlternativeEnum ADDITIONAL_CONDITIONS
      Additional Conditions are defined.
  • Method Details

    • values

      public static LegacyResolutionAlternativeEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LegacyResolutionAlternativeEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static LegacyResolutionAlternativeEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<LegacyResolutionAlternativeEnum>
    • toDisplayString

      public String toDisplayString()