Uses of Class
net.finmath.smartcontract.product.xml.TriggerEvent
Packages that use TriggerEvent
-
Uses of TriggerEvent in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TriggerEventModifier and TypeFieldDescriptionprotected TriggerEventBarrier.barrierCapprotected TriggerEventBarrier.barrierFloorprotected TriggerEventKnock.knockInprotected TriggerEventKnock.knockOutMethods in net.finmath.smartcontract.product.xml that return TriggerEventModifier and TypeMethodDescriptionObjectFactory.createTriggerEvent()Create an instance ofTriggerEventBarrier.getBarrierCap()Gets the value of the barrierCap property.Barrier.getBarrierFloor()Gets the value of the barrierFloor property.Knock.getKnockIn()Gets the value of the knockIn property.Knock.getKnockOut()Gets the value of the knockOut property.Methods in net.finmath.smartcontract.product.xml with parameters of type TriggerEventModifier and TypeMethodDescriptionvoidBarrier.setBarrierCap(TriggerEvent value) Sets the value of the barrierCap property.voidBarrier.setBarrierFloor(TriggerEvent value) Sets the value of the barrierFloor property.voidKnock.setKnockIn(TriggerEvent value) Sets the value of the knockIn property.voidKnock.setKnockOut(TriggerEvent value) Sets the value of the knockOut property.