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 DifferenceSeverityEnum
TradeDifference.differenceSeverity
Methods in net.finmath.smartcontract.product.xml that return DifferenceSeverityEnumModifier and TypeMethodDescriptionstatic DifferenceSeverityEnum
TradeDifference.getDifferenceSeverity()
Gets the value of the differenceSeverity property.static DifferenceSeverityEnum
Returns 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 TypeMethodDescriptionvoid
TradeDifference.setDifferenceSeverity
(DifferenceSeverityEnum value) Sets the value of the differenceSeverity property.