Uses of Class
org.isda.cdm.OptionTypeEnum
-
Packages that use OptionTypeEnum Package Description org.isda.cdm -
-
Uses of OptionTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as OptionTypeEnum Modifier and Type Field Description protected OptionTypeEnum
OptionPayout.OptionPayoutBuilder. optionType
Methods in org.isda.cdm that return OptionTypeEnum Modifier and Type Method Description OptionTypeEnum
OptionPayout. getOptionType()
The type of option transaction.OptionTypeEnum
OptionPayout.OptionPayoutBuilder. getOptionType()
static OptionTypeEnum
OptionTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptionTypeEnum[]
OptionTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type OptionTypeEnum Modifier and Type Method Description OptionPayout.OptionPayoutBuilder
OptionPayout.OptionPayoutBuilder. setOptionType(OptionTypeEnum optionType)
-