Uses of Enum Class
net.finmath.smartcontract.product.xml.ExerciseTimingEnum
Packages that use ExerciseTimingEnum
-
Uses of ExerciseTimingEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ExerciseTimingEnumMethods in net.finmath.smartcontract.product.xml that return ExerciseTimingEnumModifier and TypeMethodDescriptionstatic ExerciseTimingEnum
OptionExercise.getExerciseTiming()
Gets the value of the exerciseTiming property.static ExerciseTimingEnum
Returns the enum constant of this class with the specified name.static ExerciseTimingEnum[]
ExerciseTimingEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type ExerciseTimingEnumModifier and TypeMethodDescriptionvoid
OptionExercise.setExerciseTiming
(ExerciseTimingEnum value) Sets the value of the exerciseTiming property.