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 CollateralValueAllocationEnumCollateralValueAllocation.typeMethods 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 TypeMethodDescriptionvoidCollateralValueAllocation.setType(CollateralValueAllocationEnum value) Sets the value of the type property.