Uses of Class
net.finmath.smartcontract.product.xml.EventIdentifier
Packages that use EventIdentifier
-
Uses of EventIdentifier in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as EventIdentifierModifier and TypeFieldDescriptionprotected EventIdentifierEventStatusItem.eventIdentifierprotected EventIdentifierRequestEventStatus.eventIdentifierMethods in net.finmath.smartcontract.product.xml that return EventIdentifierModifier and TypeMethodDescriptionObjectFactory.createEventIdentifier()Create an instance ofEventIdentifierEventStatusItem.getEventIdentifier()Gets the value of the eventIdentifier property.RequestEventStatus.getEventIdentifier()Gets the value of the eventIdentifier property.Methods in net.finmath.smartcontract.product.xml with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoidEventStatusItem.setEventIdentifier(EventIdentifier value) Sets the value of the eventIdentifier property.voidRequestEventStatus.setEventIdentifier(EventIdentifier value) Sets the value of the eventIdentifier property.