Uses of Enum Class
net.finmath.smartcontract.product.xml.FxOffsetConventionEnum
Packages that use FxOffsetConventionEnum
-
Uses of FxOffsetConventionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxOffsetConventionEnumMethods in net.finmath.smartcontract.product.xml that return FxOffsetConventionEnumModifier and TypeMethodDescriptionstatic FxOffsetConventionEnumFxDateOffset.getConvention()Gets the value of the convention property.static FxOffsetConventionEnumReturns the enum constant of this class with the specified name.static FxOffsetConventionEnum[]FxOffsetConventionEnum.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 FxOffsetConventionEnumModifier and TypeMethodDescriptionvoidFxDateOffset.setConvention(FxOffsetConventionEnum value) Sets the value of the convention property.