- java.lang.Object
-
- org.quantlib.Parameter
-
- org.quantlib.ConstantParameter
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ConstantParameter extends Parameter implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.Parameter
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description ConstantParameter(double value, Constraint constraint)protectedConstantParameter(long cPtr, boolean cMemoryOwn)ConstantParameter(Constraint constraint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ConstantParameter obj)protected static longswigRelease(ConstantParameter obj)-
Methods inherited from class org.quantlib.Parameter
constraint, getCPtr, getValue, params, setParam, size, swigRelease, testParams
-
-
-
-
Constructor Detail
-
ConstantParameter
protected ConstantParameter(long cPtr, boolean cMemoryOwn)
-
ConstantParameter
public ConstantParameter(Constraint constraint)
-
ConstantParameter
public ConstantParameter(double value, Constraint constraint)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ConstantParameter obj)
-
swigRelease
protected static long swigRelease(ConstantParameter obj)
-
-