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