Uses of Class
net.finmath.smartcontract.product.xml.TimeDimension
Packages that use TimeDimension
-
Uses of TimeDimension in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TimeDimensionModifier and TypeFieldDescriptionprotected TimeDimensionSensitivityDefinition.termprotected TimeDimensionTermPoint.termMethods in net.finmath.smartcontract.product.xml that return TimeDimensionModifier and TypeMethodDescriptionObjectFactory.createTimeDimension()Create an instance ofTimeDimensionSensitivityDefinition.getTerm()Gets the value of the term property.TermPoint.getTerm()Gets the value of the term property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type TimeDimensionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TimeDimension> ObjectFactory.createPricingDataPointCoordinateExpiration(TimeDimension value) jakarta.xml.bind.JAXBElement<TimeDimension> ObjectFactory.createPricingDataPointCoordinateTerm(TimeDimension value) Methods in net.finmath.smartcontract.product.xml with parameters of type TimeDimensionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TimeDimension> ObjectFactory.createPricingDataPointCoordinateExpiration(TimeDimension value) jakarta.xml.bind.JAXBElement<TimeDimension> ObjectFactory.createPricingDataPointCoordinateTerm(TimeDimension value) voidSensitivityDefinition.setTerm(TimeDimension value) Sets the value of the term property.voidTermPoint.setTerm(TimeDimension value) Sets the value of the term property.