Uses of Enum Class
net.finmath.smartcontract.product.xml.NationalisationOrInsolvencyOrDelistingEventEnum
Packages that use NationalisationOrInsolvencyOrDelistingEventEnum
-
Uses of NationalisationOrInsolvencyOrDelistingEventEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NationalisationOrInsolvencyOrDelistingEventEnumModifier and TypeFieldDescriptionExtraordinaryEvents.delistingExtraordinaryEvents.nationalisationOrInsolvencyMethods in net.finmath.smartcontract.product.xml that return NationalisationOrInsolvencyOrDelistingEventEnumModifier and TypeMethodDescriptionExtraordinaryEvents.getDelisting()Gets the value of the delisting property.ExtraordinaryEvents.getNationalisationOrInsolvency()Gets the value of the nationalisationOrInsolvency property.Returns the enum constant of this class with the specified name.NationalisationOrInsolvencyOrDelistingEventEnum.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 NationalisationOrInsolvencyOrDelistingEventEnumModifier and TypeMethodDescriptionvoidExtraordinaryEvents.setDelisting(NationalisationOrInsolvencyOrDelistingEventEnum value) Sets the value of the delisting property.voidExtraordinaryEvents.setNationalisationOrInsolvency(NationalisationOrInsolvencyOrDelistingEventEnum value) Sets the value of the nationalisationOrInsolvency property.