Enum FxForceMajeureOrActOfSStateEnum
java.lang.Object
java.lang.Enum<FxForceMajeureOrActOfSStateEnum>
cdm.legaldocumentation.transaction.additionalterms.FxForceMajeureOrActOfSStateEnum
- All Implemented Interfaces:
Serializable,Comparable<FxForceMajeureOrActOfSStateEnum>
@RosettaEnum("FxForceMajeureOrActOfSStateEnum")
public enum FxForceMajeureOrActOfSStateEnum
extends Enum<FxForceMajeureOrActOfSStateEnum>
The enumerated values to specify whether such terms i.e. Force Majeure or Act Of State 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).(ii)" 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 FxForceMajeureOrActOfSStateEnum[]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 FxForceMajeureOrActOfSStateEnum TO_BE_TREATED_AS_DISRUPTION_EVENT -
TO_BE_TREATED_AS_FORCE_MAJEURE_OR_ACT_OF_S_STATE
@RosettaEnumValue("ToBeTreatedAsForceMajeureOrActOfSState") public static final FxForceMajeureOrActOfSStateEnum TO_BE_TREATED_AS_FORCE_MAJEURE_OR_ACT_OF_S_STATE
-
-
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<FxForceMajeureOrActOfSStateEnum>
-
toDisplayString
-