Uses of Enum Class
net.finmath.smartcontract.product.xml.StandardSettlementStyleEnum
Packages that use StandardSettlementStyleEnum
-
Uses of StandardSettlementStyleEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as StandardSettlementStyleEnumModifier and TypeFieldDescriptionprotected StandardSettlementStyleEnumSettlementInformation.standardSettlementStyleMethods in net.finmath.smartcontract.product.xml that return StandardSettlementStyleEnumModifier and TypeMethodDescriptionstatic StandardSettlementStyleEnumSettlementInformation.getStandardSettlementStyle()Gets the value of the standardSettlementStyle property.static StandardSettlementStyleEnumReturns the enum constant of this class with the specified name.static StandardSettlementStyleEnum[]StandardSettlementStyleEnum.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 StandardSettlementStyleEnumModifier and TypeMethodDescriptionvoidSettlementInformation.setStandardSettlementStyle(StandardSettlementStyleEnum value) Sets the value of the standardSettlementStyle property.