- java.lang.Object
-
- org.quantlib.DayCounter
-
- org.quantlib.Actual36525
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Actual36525 extends DayCounter implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.DayCounter
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description Actual36525()Actual36525(boolean includeLastDay)protectedActual36525(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(Actual36525 obj)protected static longswigRelease(Actual36525 obj)-
Methods inherited from class org.quantlib.DayCounter
dayCount, equals, getCPtr, name, swigRelease, toString, unEquals, yearFraction, yearFraction, yearFraction
-
-
-
-
Constructor Detail
-
Actual36525
protected Actual36525(long cPtr, boolean cMemoryOwn)
-
Actual36525
public Actual36525(boolean includeLastDay)
-
Actual36525
public Actual36525()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Actual36525 obj)
-
swigRelease
protected static long swigRelease(Actual36525 obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classDayCounter
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classDayCounter
-
-