Enum FxIllegalityOrImpossibilityEnum
java.lang.Object
java.lang.Enum<FxIllegalityOrImpossibilityEnum>
cdm.legaldocumentation.transaction.additionalterms.FxIllegalityOrImpossibilityEnum
- All Implemented Interfaces:
Serializable,Comparable<FxIllegalityOrImpossibilityEnum>
@RosettaEnum("FxIllegalityOrImpossibilityEnum")
public enum FxIllegalityOrImpossibilityEnum
extends Enum<FxIllegalityOrImpossibilityEnum>
The enumerated values to specify whether such terms i.e. Illegality or Impossibility shall be treated either as defined per the documents applicable to the FX transaction.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.1.(c).(i)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static FxIllegalityOrImpossibilityEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TO_BE_TREATED_AS_DISRUPTION_EVENT
@RosettaEnumValue("ToBeTreatedAsDisruptionEvent") public static final FxIllegalityOrImpossibilityEnum TO_BE_TREATED_AS_DISRUPTION_EVENT -
TO_BE_TREATED_AS_ILLEGALITY_OR_IMPOSSIBILITY
@RosettaEnumValue("ToBeTreatedAsIllegalityOrImpossibility") public static final FxIllegalityOrImpossibilityEnum TO_BE_TREATED_AS_ILLEGALITY_OR_IMPOSSIBILITY
-
-
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<FxIllegalityOrImpossibilityEnum>
-
toDisplayString
-