Uses of Enum Class
net.finmath.smartcontract.product.xml.ResetRelativeToEnum
-
Uses of ResetRelativeToEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ResetRelativeToEnum
InterestLegResetDates.resetRelativeTo
protected ResetRelativeToEnum
ResetDates.resetRelativeTo
Modifier and TypeMethodDescriptionstatic ResetRelativeToEnum
InterestLegResetDates.getResetRelativeTo()
Gets the value of the resetRelativeTo property.ResetDates.getResetRelativeTo()
Gets the value of the resetRelativeTo property.static ResetRelativeToEnum
Returns the enum constant of this class with the specified name.static ResetRelativeToEnum[]
ResetRelativeToEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
InterestLegResetDates.setResetRelativeTo
(ResetRelativeToEnum value) Sets the value of the resetRelativeTo property.void
ResetDates.setResetRelativeTo
(ResetRelativeToEnum value) Sets the value of the resetRelativeTo property.