- java.lang.Object
-
- org.quantlib.MakeSchedule
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class MakeSchedule extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description MakeSchedule()protectedMakeSchedule(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MakeSchedulebackwards()voiddelete()MakeScheduleendOfMonth()MakeScheduleendOfMonth(boolean flag)protected voidfinalize()MakeScheduleforwards()MakeSchedulefrom(Date effectiveDate)protected static longgetCPtr(MakeSchedule obj)Scheduleschedule()protected static longswigRelease(MakeSchedule obj)MakeScheduleto(Date terminationDate)MakeSchedulewithCalendar(Calendar arg0)MakeSchedulewithConvention(BusinessDayConvention arg0)MakeSchedulewithFirstDate(Date d)MakeSchedulewithFrequency(Frequency arg0)MakeSchedulewithNextToLastDate(Date d)MakeSchedulewithRule(DateGeneration.Rule arg0)MakeSchedulewithTenor(Period arg0)MakeSchedulewithTerminationDateConvention(BusinessDayConvention arg0)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
MakeSchedule
protected MakeSchedule(long cPtr, boolean cMemoryOwn)
-
MakeSchedule
public MakeSchedule()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MakeSchedule obj)
-
swigRelease
protected static long swigRelease(MakeSchedule obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
from
public MakeSchedule from(Date effectiveDate)
-
to
public MakeSchedule to(Date terminationDate)
-
withTenor
public MakeSchedule withTenor(Period arg0)
-
withFrequency
public MakeSchedule withFrequency(Frequency arg0)
-
withCalendar
public MakeSchedule withCalendar(Calendar arg0)
-
withConvention
public MakeSchedule withConvention(BusinessDayConvention arg0)
-
withTerminationDateConvention
public MakeSchedule withTerminationDateConvention(BusinessDayConvention arg0)
-
withRule
public MakeSchedule withRule(DateGeneration.Rule arg0)
-
forwards
public MakeSchedule forwards()
-
backwards
public MakeSchedule backwards()
-
endOfMonth
public MakeSchedule endOfMonth(boolean flag)
-
endOfMonth
public MakeSchedule endOfMonth()
-
withFirstDate
public MakeSchedule withFirstDate(Date d)
-
withNextToLastDate
public MakeSchedule withNextToLastDate(Date d)
-
-