Uses of Class
net.finmath.smartcontract.product.xml.Barrier
Packages that use Barrier
-
Uses of Barrier in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as BarrierModifier and TypeFieldDescriptionprotected BarrierOptionFeature.barrierprotected BarrierOptionFeatures.barrierMethods in net.finmath.smartcontract.product.xml that return BarrierModifier and TypeMethodDescriptionObjectFactory.createBarrier()Create an instance ofBarrierOptionFeature.getBarrier()Gets the value of the barrier property.OptionFeatures.getBarrier()Gets the value of the barrier property.Methods in net.finmath.smartcontract.product.xml with parameters of type BarrierModifier and TypeMethodDescriptionvoidOptionFeature.setBarrier(Barrier value) Sets the value of the barrier property.voidOptionFeatures.setBarrier(Barrier value) Sets the value of the barrier property.