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 ExerciseActionEnum
ActionOnExpiration.exerciseAction
protected ExerciseActionEnum
OptionExercise.exerciseAction
Methods in net.finmath.smartcontract.product.xml that return ExerciseActionEnumModifier and TypeMethodDescriptionstatic ExerciseActionEnum
ActionOnExpiration.getExerciseAction()
Gets the value of the exerciseAction property.OptionExercise.getExerciseAction()
Gets the value of the exerciseAction property.static ExerciseActionEnum
Returns 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 TypeMethodDescriptionvoid
ActionOnExpiration.setExerciseAction(ExerciseActionEnum value)
Sets the value of the exerciseAction property.void
OptionExercise.setExerciseAction(ExerciseActionEnum value)
Sets the value of the exerciseAction property.