Uses of Enum Class
net.finmath.smartcontract.product.xml.DifferenceSeverityEnum
-
Uses of DifferenceSeverityEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected DifferenceSeverityEnum
TradeDifference.differenceSeverity
Modifier 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.Modifier and TypeMethodDescriptionvoid
TradeDifference.setDifferenceSeverity
(DifferenceSeverityEnum value) Sets the value of the differenceSeverity property.