Package cdm.product.template
Enum CallingPartyEnum
- All Implemented Interfaces:
Serializable,Comparable<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 Summary
Enum ConstantsEnum ConstantDescriptionAs defined in Master Agreement.Either, Buyer or Seller to the repo transaction.Initial buyer to the repo transaction.Initial seller to the repo transaction. -
Method Summary
Modifier and TypeMethodDescriptionstatic CallingPartyEnumfromDisplayName(String name) toString()static CallingPartyEnumReturns the enum constant of this type with the specified name.static CallingPartyEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INITIAL_BUYER
Initial buyer to the repo transaction. -
INITIAL_SELLER
Initial seller to the repo transaction. -
EITHER
Either, Buyer or Seller to the repo transaction. -
AS_DEFINED_IN_MASTER_AGREEMENT
@RosettaEnumValue("AsDefinedInMasterAgreement") public static final CallingPartyEnum AS_DEFINED_IN_MASTER_AGREEMENTAs defined in Master Agreement.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<CallingPartyEnum>
-
toDisplayString
-