Uses of Class
net.finmath.smartcontract.product.xml.InterconnectionPoint
Packages that use InterconnectionPoint
-
Uses of InterconnectionPoint in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as InterconnectionPointModifier and TypeFieldDescriptionprotected InterconnectionPointElectricityDelivery.interconnectionPointprotected InterconnectionPointGasDelivery.interconnectionPointprotected InterconnectionPointGenericProduct.interconnectionPointMethods in net.finmath.smartcontract.product.xml that return InterconnectionPointModifier and TypeMethodDescriptionObjectFactory.createInterconnectionPoint()Create an instance ofInterconnectionPointElectricityDelivery.getInterconnectionPoint()Gets the value of the interconnectionPoint property.GasDelivery.getInterconnectionPoint()Gets the value of the interconnectionPoint property.GenericProduct.getInterconnectionPoint()Gets the value of the interconnectionPoint property.Methods in net.finmath.smartcontract.product.xml with parameters of type InterconnectionPointModifier and TypeMethodDescriptionvoidElectricityDelivery.setInterconnectionPoint(InterconnectionPoint value) Sets the value of the interconnectionPoint property.voidGasDelivery.setInterconnectionPoint(InterconnectionPoint value) Sets the value of the interconnectionPoint property.voidGenericProduct.setInterconnectionPoint(InterconnectionPoint value) Sets the value of the interconnectionPoint property.