- java.lang.Object
-
- org.quantlib.DayCounter
-
- org.quantlib.Thirty360
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class Thirty360 extends DayCounter implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThirty360.Convention
-
Field Summary
-
Fields inherited from class org.quantlib.DayCounter
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedThirty360(long cPtr, boolean cMemoryOwn)Thirty360(Thirty360.Convention c)Thirty360(Thirty360.Convention c, Date terminationDate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(Thirty360 obj)protected static longswigRelease(Thirty360 obj)-
Methods inherited from class org.quantlib.DayCounter
dayCount, equals, getCPtr, name, swigRelease, toString, unEquals, yearFraction, yearFraction, yearFraction
-
-
-
-
Constructor Detail
-
Thirty360
protected Thirty360(long cPtr, boolean cMemoryOwn)
-
Thirty360
public Thirty360(Thirty360.Convention c, Date terminationDate)
-
Thirty360
public Thirty360(Thirty360.Convention c)
-
-
Method Detail
-
swigRelease
protected static long swigRelease(Thirty360 obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classDayCounter
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classDayCounter
-
-