Enum ThresholdZeroEventEnum

java.lang.Object
java.lang.Enum<ThresholdZeroEventEnum>
cdm.legaldocumentation.csa.ThresholdZeroEventEnum
All Implemented Interfaces:
Serializable, Comparable<ThresholdZeroEventEnum>

@RosettaEnum("ThresholdZeroEventEnum") public enum ThresholdZeroEventEnum extends Enum<ThresholdZeroEventEnum>
The enumerated values for defining the relevant trigger(s) for the threshold to fall to zero.
Version:
6.19.0
  • Enum Constant Details

    • EVENT_OF_DEFAULT

      @RosettaEnumValue("EventOfDefault") public static final ThresholdZeroEventEnum EVENT_OF_DEFAULT
      An Event of Default.
    • TERMINATION_EVENT

      @RosettaEnumValue("TerminationEvent") public static final ThresholdZeroEventEnum TERMINATION_EVENT
      A Termination Event.
    • TERMINATION_EVENT_ALL_AFFECTED_TRANSACTIONS

      @RosettaEnumValue(value="TerminationEventAllAffectedTransactions", displayName="A Termination Event in respect of which all Transactions are Affected Transactions") public static final ThresholdZeroEventEnum TERMINATION_EVENT_ALL_AFFECTED_TRANSACTIONS
      A Termination Event in respect of which all Transactions are Affected Transactions.
    • POTENTIAL_EVENT_OF_DEFAULT

      @RosettaEnumValue("PotentialEventOfDefault") public static final ThresholdZeroEventEnum POTENTIAL_EVENT_OF_DEFAULT
      A Potential Event of Default.
    • ADDITIONAL_TERMINATION_EVENT

      @RosettaEnumValue("AdditionalTerminationEvent") public static final ThresholdZeroEventEnum ADDITIONAL_TERMINATION_EVENT
      An Additional Termination Event (ATE).
    • OTHER

      @RosettaEnumValue("Other") public static final ThresholdZeroEventEnum OTHER
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
  • Method Details

    • values

      public static ThresholdZeroEventEnum[] 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

      public static ThresholdZeroEventEnum valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static ThresholdZeroEventEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ThresholdZeroEventEnum>
    • toDisplayString

      public String toDisplayString()