Package cdm.legaldocumentation.csa
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionAn Additional Termination Event (ATE).An Event of Default.Utilised where the clause data structure is not able to capture a material aspect of the clause.A Potential Event of Default.A Termination Event.A Termination Event in respect of which all Transactions are Affected Transactions. -
Method Summary
Modifier and TypeMethodDescriptionstatic ThresholdZeroEventEnumfromDisplayName(String name) toString()static ThresholdZeroEventEnumReturns the enum constant of this type with the specified name.static ThresholdZeroEventEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EVENT_OF_DEFAULT
An Event of Default. -
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_TRANSACTIONSA Termination Event in respect of which all Transactions are Affected Transactions. -
POTENTIAL_EVENT_OF_DEFAULT
@RosettaEnumValue("PotentialEventOfDefault") public static final ThresholdZeroEventEnum POTENTIAL_EVENT_OF_DEFAULTA Potential Event of Default. -
ADDITIONAL_TERMINATION_EVENT
@RosettaEnumValue("AdditionalTerminationEvent") public static final ThresholdZeroEventEnum ADDITIONAL_TERMINATION_EVENTAn Additional Termination Event (ATE). -
OTHER
Utilised where the clause data structure is not able to capture a material aspect of the clause.
-
-
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<ThresholdZeroEventEnum>
-
toDisplayString
-