Package cdm.legaldocumentation.csa
Enum ExceptionEnum
- All Implemented Interfaces:
Serializable,Comparable<ExceptionEnum>
Values to specify the normalized exceptions applicable to an Initial Margin CSA.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" Provision Body ISDA Corpus Annex CSA_IM_2018 ISDA 2018 Credit Support Annex For Initial Margin paragraph "13 General Principles" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe election is applicable.The election is not applicable.An alternative approach is described in the document as follows. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionEnumfromDisplayName(String name) toString()static ExceptionEnumReturns the enum constant of this type with the specified name.static ExceptionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
APPLICABLE
The election is applicable. -
NOT_APPLICABLE
The election is not applicable. -
OTHER
An alternative approach is described in the document as follows.
-
-
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<ExceptionEnum>
-
toDisplayString
-