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