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 ValuationMethodEnumCashSettlementTerms.valuationMethodMethods in net.finmath.smartcontract.product.xml that return ValuationMethodEnumModifier and TypeMethodDescriptionstatic ValuationMethodEnumCashSettlementTerms.getValuationMethod()Gets the value of the valuationMethod property.static ValuationMethodEnumReturns 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 TypeMethodDescriptionvoidCashSettlementTerms.setValuationMethod(ValuationMethodEnum value) Sets the value of the valuationMethod property.