- java.lang.Object
-
- org.quantlib.Currency
-
- org.quantlib.INRCurrency
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class INRCurrency extends Currency implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.Currency
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description INRCurrency()protectedINRCurrency(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(INRCurrency obj)protected static longswigRelease(INRCurrency obj)-
Methods inherited from class org.quantlib.Currency
code, empty, equals, format, fractionsPerUnit, fractionSymbol, getCPtr, name, numericCode, rounding, swigRelease, symbol, toString, triangulationCurrency, unEquals
-
-
-
-
Constructor Detail
-
INRCurrency
protected INRCurrency(long cPtr, boolean cMemoryOwn)
-
INRCurrency
public INRCurrency()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(INRCurrency obj)
-
swigRelease
protected static long swigRelease(INRCurrency obj)
-
-