Package cdm.legaldocumentation.master
Enum NationalizationOrInsolvencyOrDelistingEventEnum
java.lang.Object
java.lang.Enum<NationalizationOrInsolvencyOrDelistingEventEnum>
cdm.legaldocumentation.master.NationalizationOrInsolvencyOrDelistingEventEnum
- All Implemented Interfaces:
Serializable,Comparable<NationalizationOrInsolvencyOrDelistingEventEnum>
@RosettaEnum("NationalizationOrInsolvencyOrDelistingEventEnum")
public enum NationalizationOrInsolvencyOrDelistingEventEnum
extends Enum<NationalizationOrInsolvencyOrDelistingEventEnum>
Defines the consequences of nationalization, insolvency and delisting events relating to the underlying.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe trade is terminated.The parties may, but are not obliged, to terminate the transaction on mutually acceptable terms and if the terms are not agreed then the transaction continues. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NEGOTIATED_CLOSEOUT
@RosettaEnumValue("NegotiatedCloseout") public static final NationalizationOrInsolvencyOrDelistingEventEnum NEGOTIATED_CLOSEOUTThe parties may, but are not obliged, to terminate the transaction on mutually acceptable terms and if the terms are not agreed then the transaction continues. -
CANCELLATION_AND_PAYMENT
@RosettaEnumValue("CancellationAndPayment") public static final NationalizationOrInsolvencyOrDelistingEventEnum CANCELLATION_AND_PAYMENTThe trade is terminated.
-
-
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<NationalizationOrInsolvencyOrDelistingEventEnum>
-
toDisplayString
-