- java.lang.Object
-
- org.quantlib.DateGeneration
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class DateGeneration extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDateGeneration.Rule
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description DateGeneration()protectedDateGeneration(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(DateGeneration obj)protected static longswigRelease(DateGeneration obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
DateGeneration
protected DateGeneration(long cPtr, boolean cMemoryOwn)
-
DateGeneration
public DateGeneration()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(DateGeneration obj)
-
swigRelease
protected static long swigRelease(DateGeneration obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-