Uses of Enum Class
net.finmath.smartcontract.product.xml.ObligationCategoryEnum
Packages that use ObligationCategoryEnum
-
Uses of ObligationCategoryEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ObligationCategoryEnumModifier and TypeFieldDescriptionprotected ObligationCategoryEnumDeliverableObligations.categoryprotected ObligationCategoryEnumObligations.categoryMethods in net.finmath.smartcontract.product.xml that return ObligationCategoryEnumModifier and TypeMethodDescriptionstatic ObligationCategoryEnumDeliverableObligations.getCategory()Gets the value of the category property.Obligations.getCategory()Gets the value of the category property.static ObligationCategoryEnumReturns 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.Methods in net.finmath.smartcontract.product.xml with parameters of type ObligationCategoryEnumModifier and TypeMethodDescriptionvoidDeliverableObligations.setCategory(ObligationCategoryEnum value) Sets the value of the category property.voidObligations.setCategory(ObligationCategoryEnum value) Sets the value of the category property.