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 ResetRelativeToEnum
InterestLegResetDates.resetRelativeTo
protected ResetRelativeToEnum
ResetDates.resetRelativeTo
Methods in net.finmath.smartcontract.product.xml that return ResetRelativeToEnumModifier 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.Methods in net.finmath.smartcontract.product.xml with parameters of type ResetRelativeToEnumModifier 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.