Enum SpecifiedValueEnum
java.lang.Object
java.lang.Enum<SpecifiedValueEnum>
cdm.legaldocumentation.transaction.additionalterms.SpecifiedValueEnum
- All Implemented Interfaces:
Serializable,Comparable<SpecifiedValueEnum>
- Version:
- 6.19.0 Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.4.(w)" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic SpecifiedValueEnumfromDisplayName(String name) toString()static SpecifiedValueEnumReturns the enum constant of this type with the specified name.static SpecifiedValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OUTSTANDING_PRINCIPAL_BALANCE
@RosettaEnumValue("OutstandingPrincipalBalance") public static final SpecifiedValueEnum OUTSTANDING_PRINCIPAL_BALANCE -
STATED_PRINCIPAL_BALANCE
@RosettaEnumValue("StatedPrincipalBalance") public static final SpecifiedValueEnum STATED_PRINCIPAL_BALANCE -
FACE_VALUE
-
MARKET_VALUE
-
-
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<SpecifiedValueEnum>
-
toDisplayString
-