Uses of Enum Class
net.finmath.smartcontract.product.xml.LimitModelEnum
Packages that use LimitModelEnum
-
Uses of LimitModelEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LimitModelEnumMethods in net.finmath.smartcontract.product.xml that return LimitModelEnumModifier and TypeMethodDescriptionstatic LimitModelEnumCreditLimitInformation.getLimitModel()Gets the value of the limitModel property.static LimitModelEnumReturns the enum constant of this class with the specified name.static LimitModelEnum[]LimitModelEnum.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 LimitModelEnumModifier and TypeMethodDescriptionvoidCreditLimitInformation.setLimitModel(LimitModelEnum value) Sets the value of the limitModel property.