Uses of Enum Class
net.finmath.smartcontract.product.xml.ResetRelativeToEnum
Packages that use ResetRelativeToEnum
-
Uses of ResetRelativeToEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ResetRelativeToEnumModifier and TypeFieldDescriptionprotected ResetRelativeToEnumInterestLegResetDates.resetRelativeToprotected ResetRelativeToEnumResetDates.resetRelativeToMethods in net.finmath.smartcontract.product.xml that return ResetRelativeToEnumModifier and TypeMethodDescriptionstatic ResetRelativeToEnumInterestLegResetDates.getResetRelativeTo()Gets the value of the resetRelativeTo property.ResetDates.getResetRelativeTo()Gets the value of the resetRelativeTo property.static ResetRelativeToEnumReturns 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.Methods in net.finmath.smartcontract.product.xml with parameters of type ResetRelativeToEnumModifier and TypeMethodDescriptionvoidInterestLegResetDates.setResetRelativeTo(ResetRelativeToEnum value) Sets the value of the resetRelativeTo property.voidResetDates.setResetRelativeTo(ResetRelativeToEnum value) Sets the value of the resetRelativeTo property.