Uses of Enum Class
net.finmath.smartcontract.product.xml.FxTenorPeriodEnum
Packages that use FxTenorPeriodEnum
-
Uses of FxTenorPeriodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxTenorPeriodEnumModifier and TypeFieldDescriptionprotected FxTenorPeriodEnumFxSingleLeg.tenorNameprotected FxTenorPeriodEnumFxSwapLeg.tenorNameprotected FxTenorPeriodEnumTermDeposit.tenorNameMethods in net.finmath.smartcontract.product.xml that return FxTenorPeriodEnumModifier and TypeMethodDescriptionstatic FxTenorPeriodEnumFxSingleLeg.getTenorName()Gets the value of the tenorName property.FxSwapLeg.getTenorName()Gets the value of the tenorName property.TermDeposit.getTenorName()Gets the value of the tenorName property.static FxTenorPeriodEnumReturns the enum constant of this class with the specified name.static FxTenorPeriodEnum[]FxTenorPeriodEnum.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 FxTenorPeriodEnumModifier and TypeMethodDescriptionvoidFxSingleLeg.setTenorName(FxTenorPeriodEnum value) Sets the value of the tenorName property.voidFxSwapLeg.setTenorName(FxTenorPeriodEnum value) Sets the value of the tenorName property.voidTermDeposit.setTenorName(FxTenorPeriodEnum value) Sets the value of the tenorName property.