Package cdm.product.collateral
Enum CreditSupportAgreementTypeEnum
java.lang.Object
java.lang.Enum<CreditSupportAgreementTypeEnum>
cdm.product.collateral.CreditSupportAgreementTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<CreditSupportAgreementTypeEnum>
@RosettaEnum("CreditSupportAgreementTypeEnum")
public enum CreditSupportAgreementTypeEnum
extends Enum<CreditSupportAgreementTypeEnum>
The enumerated values to specify the type of Credit Support Agreement governing the transaction.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA Collateral Transfer AgreementA Credit Support Annex legal agreement.A Credit Support Deed legal agreement. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static CreditSupportAgreementTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CREDIT_SUPPORT_DEED
@RosettaEnumValue("CreditSupportDeed") public static final CreditSupportAgreementTypeEnum CREDIT_SUPPORT_DEEDA Credit Support Deed legal agreement. -
CREDIT_SUPPORT_ANNEX
@RosettaSynonym(value="CSA", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("CreditSupportAnnex") public static final CreditSupportAgreementTypeEnum CREDIT_SUPPORT_ANNEXA Credit Support Annex legal agreement. -
COLLATERAL_TRANSFER_AGREEMENT
@RosettaEnumValue("CollateralTransferAgreement") public static final CreditSupportAgreementTypeEnum COLLATERAL_TRANSFER_AGREEMENTA Collateral Transfer 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<CreditSupportAgreementTypeEnum>
-
toDisplayString
-