Enum LegalAgreementTypeEnum

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

@RosettaEnum("LegalAgreementTypeEnum") public enum LegalAgreementTypeEnum extends Enum<LegalAgreementTypeEnum>
The enumerated values to specify the legal agreement type.
Version:
5.30.0
  • Enum Constant Details

    • BROKER_CONFIRMATION

      @RosettaEnumValue("BrokerConfirmation") public static final LegalAgreementTypeEnum BROKER_CONFIRMATION
      A Broker Confirmation.
    • CONFIRMATION

      @RosettaEnumValue("Confirmation") public static final LegalAgreementTypeEnum CONFIRMATION
      A Transaction Confirmation.
    • CREDIT_SUPPORT_AGREEMENT

      @RosettaEnumValue("CreditSupportAgreement") public static final LegalAgreementTypeEnum CREDIT_SUPPORT_AGREEMENT
      A Credit Support Agreement.
    • MASTER_AGREEMENT

      @RosettaEnumValue("MasterAgreement") public static final LegalAgreementTypeEnum MASTER_AGREEMENT
      A Master Agreement.
    • MASTER_CONFIRMATION

      @RosettaEnumValue("MasterConfirmation") public static final LegalAgreementTypeEnum MASTER_CONFIRMATION
      A Master Confirmation.
    • SECURITY_AGREEMENT

      @RosettaEnumValue("SecurityAgreement") public static final LegalAgreementTypeEnum SECURITY_AGREEMENT
      A Security Agreement related to a Collateral Transfer Agreement (CTA).
    • OTHER

      @RosettaEnumValue("Other") public static final LegalAgreementTypeEnum OTHER
      Another type of agreement.
  • Method Details

    • values

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

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

      public String toDisplayString()