Uses of Class
net.finmath.smartcontract.product.xml.EventStatus
Packages that use EventStatus
-
Uses of EventStatus in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EventStatusModifier and TypeFieldDescriptionprotected EventStatus
ConfirmationStatus.status
protected EventStatus
EventStatusItem.status
Methods in net.finmath.smartcontract.product.xml that return EventStatusModifier and TypeMethodDescriptionObjectFactory.createEventStatus()
Create an instance ofEventStatus
ConfirmationStatus.getStatus()
Gets the value of the status property.EventStatusItem.getStatus()
Gets the value of the status property.Methods in net.finmath.smartcontract.product.xml with parameters of type EventStatusModifier and TypeMethodDescriptionvoid
ConfirmationStatus.setStatus
(EventStatus value) Sets the value of the status property.void
EventStatusItem.setStatus
(EventStatus value) Sets the value of the status property.