Uses of Enum Class
net.finmath.smartcontract.product.xml.ObligationCategoryEnum
-
Uses of ObligationCategoryEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ObligationCategoryEnum
DeliverableObligations.category
protected ObligationCategoryEnum
Obligations.category
Modifier and TypeMethodDescriptionstatic ObligationCategoryEnum
DeliverableObligations.getCategory()
Gets the value of the category property.Obligations.getCategory()
Gets the value of the category property.static ObligationCategoryEnum
Returns the enum constant of this class with the specified name.static ObligationCategoryEnum[]
ObligationCategoryEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DeliverableObligations.setCategory
(ObligationCategoryEnum value) Sets the value of the category property.void
Obligations.setCategory
(ObligationCategoryEnum value) Sets the value of the category property.