Uses of Enum Class
net.finmath.smartcontract.product.xml.CollateralValueAllocationEnum
Packages that use CollateralValueAllocationEnum
-
Uses of CollateralValueAllocationEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CollateralValueAllocationEnumModifier and TypeFieldDescriptionprotected CollateralValueAllocationEnum
CollateralValueAllocation.type
Methods in net.finmath.smartcontract.product.xml that return CollateralValueAllocationEnumModifier and TypeMethodDescriptionCollateralValueAllocation.getType()
Gets the value of the type property.Returns the enum constant of this class with the specified name.static CollateralValueAllocationEnum[]
CollateralValueAllocationEnum.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 CollateralValueAllocationEnumModifier and TypeMethodDescriptionvoid
CollateralValueAllocation.setType(CollateralValueAllocationEnum value)
Sets the value of the type property.