Uses of Enum Class
net.finmath.smartcontract.product.xml.DifferenceSeverityEnum
Packages that use DifferenceSeverityEnum
-
Uses of DifferenceSeverityEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DifferenceSeverityEnumModifier and TypeFieldDescriptionprotected DifferenceSeverityEnumTradeDifference.differenceSeverityMethods in net.finmath.smartcontract.product.xml that return DifferenceSeverityEnumModifier and TypeMethodDescriptionstatic DifferenceSeverityEnumTradeDifference.getDifferenceSeverity()Gets the value of the differenceSeverity property.static DifferenceSeverityEnumReturns the enum constant of this class with the specified name.static DifferenceSeverityEnum[]DifferenceSeverityEnum.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 DifferenceSeverityEnumModifier and TypeMethodDescriptionvoidTradeDifference.setDifferenceSeverity(DifferenceSeverityEnum value) Sets the value of the differenceSeverity property.