Package cdm.legaldocumentation.common
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionA Broker Confirmation.A Transaction Confirmation.A Credit Support Agreement.A Master Agreement.A Master Confirmation.Another type of agreement.A Security Agreement related to a Collateral Transfer Agreement (CTA). -
Method Summary
Modifier and TypeMethodDescriptionstatic LegalAgreementTypeEnumfromDisplayName(String name) toString()static LegalAgreementTypeEnumReturns the enum constant of this type with the specified name.static LegalAgreementTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BROKER_CONFIRMATION
@RosettaEnumValue("BrokerConfirmation") public static final LegalAgreementTypeEnum BROKER_CONFIRMATIONA Broker Confirmation. -
CONFIRMATION
A Transaction Confirmation. -
CREDIT_SUPPORT_AGREEMENT
@RosettaEnumValue("CreditSupportAgreement") public static final LegalAgreementTypeEnum CREDIT_SUPPORT_AGREEMENTA Credit Support Agreement. -
MASTER_AGREEMENT
A Master Agreement. -
MASTER_CONFIRMATION
@RosettaEnumValue("MasterConfirmation") public static final LegalAgreementTypeEnum MASTER_CONFIRMATIONA Master Confirmation. -
SECURITY_AGREEMENT
@RosettaEnumValue("SecurityAgreement") public static final LegalAgreementTypeEnum SECURITY_AGREEMENTA Security Agreement related to a Collateral Transfer Agreement (CTA). -
OTHER
Another type of 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<LegalAgreementTypeEnum>
-
toDisplayString
-