Uses of Enum Class
net.finmath.smartcontract.product.xml.ExerciseActionEnum
Packages that use ExerciseActionEnum
-
Uses of ExerciseActionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ExerciseActionEnumModifier and TypeFieldDescriptionprotected ExerciseActionEnumActionOnExpiration.exerciseActionprotected ExerciseActionEnumOptionExercise.exerciseActionMethods in net.finmath.smartcontract.product.xml that return ExerciseActionEnumModifier and TypeMethodDescriptionstatic ExerciseActionEnumActionOnExpiration.getExerciseAction()Gets the value of the exerciseAction property.OptionExercise.getExerciseAction()Gets the value of the exerciseAction property.static ExerciseActionEnumReturns the enum constant of this class with the specified name.static ExerciseActionEnum[]ExerciseActionEnum.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 ExerciseActionEnumModifier and TypeMethodDescriptionvoidActionOnExpiration.setExerciseAction(ExerciseActionEnum value) Sets the value of the exerciseAction property.voidOptionExercise.setExerciseAction(ExerciseActionEnum value) Sets the value of the exerciseAction property.