- java.lang.Object
-
- org.quantlib.Callability
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
SoftCallability
public class Callability extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallability.Type
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallability(long cPtr, boolean cMemoryOwn)Callability(BondPrice price, Callability.Type type, Date date)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Datedate()voiddelete()protected voidfinalize()protected static longgetCPtr(Callability obj)BondPriceprice()protected voidswigSetCMemOwn(boolean own)Callability.Typetype()
-
-
-
Constructor Detail
-
Callability
protected Callability(long cPtr, boolean cMemoryOwn)
-
Callability
public Callability(BondPrice price, Callability.Type type, Date date)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(Callability obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
type
public Callability.Type type()
-
-