Package org.isda.cdm

Enum NationalizationOrInsolvencyOrDelistingEventEnum

    • Enum Constant Detail

      • NEGOTIATED_CLOSEOUT

        @RosettaSynonym(value="NegotiatedCloseout",
                        source="FpML_5_10")
        public static final NationalizationOrInsolvencyOrDelistingEventEnum NEGOTIATED_CLOSEOUT
        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 Detail

      • values

        public static NationalizationOrInsolvencyOrDelistingEventEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (NationalizationOrInsolvencyOrDelistingEventEnum c : NationalizationOrInsolvencyOrDelistingEventEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static NationalizationOrInsolvencyOrDelistingEventEnum valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null