Uses of Class
net.finmath.smartcontract.product.xml.EventsChoice
Packages that use EventsChoice
-
Uses of EventsChoice in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EventsChoiceModifier and TypeFieldDescriptionprotected EventsChoice
ConfirmationStatus.allegedEvent
protected EventsChoice
ConfirmationStatus.assertedEvent
Methods in net.finmath.smartcontract.product.xml that return EventsChoiceModifier and TypeMethodDescriptionObjectFactory.createEventsChoice()
Create an instance ofEventsChoice
ConfirmationStatus.getAllegedEvent()
Gets the value of the allegedEvent property.ConfirmationStatus.getAssertedEvent()
Gets the value of the assertedEvent property.Methods in net.finmath.smartcontract.product.xml with parameters of type EventsChoiceModifier and TypeMethodDescriptionvoid
ConfirmationStatus.setAllegedEvent
(EventsChoice value) Sets the value of the allegedEvent property.void
ConfirmationStatus.setAssertedEvent
(EventsChoice value) Sets the value of the assertedEvent property.