Enum LegacyValuationAgentEnum

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

@RosettaEnum("LegacyValuationAgentEnum") public enum LegacyValuationAgentEnum extends Enum<LegacyValuationAgentEnum>
Specifies how the Valuation Agent is determined.
Version:
6.19.0
  • Enum Constant Details

    • SOLE_VALUATION_AGENT

      @RosettaEnumValue("SoleValuationAgent") public static final LegacyValuationAgentEnum SOLE_VALUATION_AGENT
      There is only a Sole Valuation Agent.
    • SWITCH_UPON_DEFAULT

      @RosettaEnumValue("SwitchUponDefault") public static final LegacyValuationAgentEnum SWITCH_UPON_DEFAULT
      Switch of Valuation Agent can occur upon Default.
    • SWITCH_UPON_FAILURE_TO_PERFORM

      @RosettaEnumValue("SwitchUponFailureToPerform") public static final LegacyValuationAgentEnum SWITCH_UPON_FAILURE_TO_PERFORM
      Switch of Valuation Agent can occur upon failure to perform.
    • FIXED_PARTY_FOR_DISPUTES

      @RosettaEnumValue("FixedPartyForDisputes") public static final LegacyValuationAgentEnum FIXED_PARTY_FOR_DISPUTES
      There is a fixed party for disputes.
  • Method Details

    • values

      public static LegacyValuationAgentEnum[] 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 LegacyValuationAgentEnum 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 LegacyValuationAgentEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()