- java.lang.Object
-
- org.quantlib.FdmStepCondition
-
- org.quantlib.FdmStepConditionProxy
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FdmStepConditionProxy extends FdmStepCondition implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFdmStepConditionProxy(long cPtr, boolean cMemoryOwn)FdmStepConditionProxy(FdmStepConditionDelegate delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FdmStepConditionProxy obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.FdmStepCondition
applyTo, getCPtr
-
-
-
-
Constructor Detail
-
FdmStepConditionProxy
protected FdmStepConditionProxy(long cPtr, boolean cMemoryOwn)
-
FdmStepConditionProxy
public FdmStepConditionProxy(FdmStepConditionDelegate delegate)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FdmStepConditionProxy obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classFdmStepCondition
-
finalize
protected void finalize()
- Overrides:
finalizein classFdmStepCondition
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classFdmStepCondition
-
-