Uses of Enum Class
net.finmath.smartcontract.product.xml.AveragingInOutEnum
Packages that use AveragingInOutEnum
-
Uses of AveragingInOutEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AveragingInOutEnumMethods in net.finmath.smartcontract.product.xml that return AveragingInOutEnumModifier and TypeMethodDescriptionstatic AveragingInOutEnumAsian.getAveragingInOut()Gets the value of the averagingInOut property.static AveragingInOutEnumReturns the enum constant of this class with the specified name.static AveragingInOutEnum[]AveragingInOutEnum.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 AveragingInOutEnumModifier and TypeMethodDescriptionvoidAsian.setAveragingInOut(AveragingInOutEnum value) Sets the value of the averagingInOut property.