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 StandardSettlementStyleEnum
SettlementInformation.standardSettlementStyle
Methods in net.finmath.smartcontract.product.xml that return StandardSettlementStyleEnumModifier and TypeMethodDescriptionstatic StandardSettlementStyleEnum
SettlementInformation.getStandardSettlementStyle()
Gets the value of the standardSettlementStyle property.static StandardSettlementStyleEnum
Returns 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 TypeMethodDescriptionvoid
SettlementInformation.setStandardSettlementStyle
(StandardSettlementStyleEnum value) Sets the value of the standardSettlementStyle property.