Enum CallingPartyEnum

java.lang.Object
java.lang.Enum<CallingPartyEnum>
cdm.product.template.CallingPartyEnum
All Implemented Interfaces:
Serializable, Comparable<CallingPartyEnum>

@RosettaEnum("CallingPartyEnum") public enum CallingPartyEnum extends Enum<CallingPartyEnum>
Identifies a party to the on-demand repo transaction that has a right to demand for termination of the Security Finance transaction.
Version:
5.30.0
  • Enum Constant Details

    • INITIAL_BUYER

      @RosettaEnumValue("InitialBuyer") public static final CallingPartyEnum INITIAL_BUYER
      Initial buyer to the repo transaction.
    • INITIAL_SELLER

      @RosettaEnumValue("InitialSeller") public static final CallingPartyEnum INITIAL_SELLER
      Initial seller to the repo transaction.
    • EITHER

      @RosettaEnumValue("Either") public static final CallingPartyEnum EITHER
      Either, Buyer or Seller to the repo transaction.
    • AS_DEFINED_IN_MASTER_AGREEMENT

      @RosettaEnumValue("AsDefinedInMasterAgreement") public static final CallingPartyEnum AS_DEFINED_IN_MASTER_AGREEMENT
      As defined in Master Agreement.
  • Method Details

    • values

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

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

      public String toDisplayString()