Uses of Enum Class
net.finmath.smartcontract.product.xml.ValuationMethodEnum
Packages that use ValuationMethodEnum
-
Uses of ValuationMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ValuationMethodEnumModifier and TypeFieldDescriptionprotected ValuationMethodEnum
CashSettlementTerms.valuationMethod
Methods in net.finmath.smartcontract.product.xml that return ValuationMethodEnumModifier and TypeMethodDescriptionstatic ValuationMethodEnum
CashSettlementTerms.getValuationMethod()
Gets the value of the valuationMethod property.static ValuationMethodEnum
Returns the enum constant of this class with the specified name.static ValuationMethodEnum[]
ValuationMethodEnum.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 ValuationMethodEnumModifier and TypeMethodDescriptionvoid
CashSettlementTerms.setValuationMethod
(ValuationMethodEnum value) Sets the value of the valuationMethod property.