Uses of Enum Class
net.finmath.smartcontract.product.xml.RepoDurationEnum
Packages that use RepoDurationEnum
-
Uses of RepoDurationEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RepoDurationEnumMethods in net.finmath.smartcontract.product.xml that return RepoDurationEnumModifier and TypeMethodDescriptionstatic RepoDurationEnum
Repo.getDuration()
Gets the value of the duration property.static RepoDurationEnum
Returns the enum constant of this class with the specified name.static RepoDurationEnum[]
RepoDurationEnum.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 RepoDurationEnumModifier and TypeMethodDescriptionvoid
Repo.setDuration
(RepoDurationEnum value) Sets the value of the duration property.