Uses of Enum Class
net.finmath.smartcontract.product.xml.StepRelativeToEnum
Packages that use StepRelativeToEnum
-
Uses of StepRelativeToEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as StepRelativeToEnumMethods in net.finmath.smartcontract.product.xml that return StepRelativeToEnumModifier and TypeMethodDescriptionstatic StepRelativeToEnumNotionalStepRule.getStepRelativeTo()Gets the value of the stepRelativeTo property.static StepRelativeToEnumReturns the enum constant of this class with the specified name.static StepRelativeToEnum[]StepRelativeToEnum.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 StepRelativeToEnumModifier and TypeMethodDescriptionvoidNotionalStepRule.setStepRelativeTo(StepRelativeToEnum value) Sets the value of the stepRelativeTo property.