- java.lang.Object
-
- org.quantlib.DateParser
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class DateParser extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description DateParser()protectedDateParser(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(DateParser obj)static Dateparse(String str, String fmt)static DateparseFormatted(String str, String fmt)static DateparseISO(String str)protected static longswigRelease(DateParser obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
DateParser
protected DateParser(long cPtr, boolean cMemoryOwn)
-
DateParser
public DateParser()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(DateParser obj)
-
swigRelease
protected static long swigRelease(DateParser obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
parseFormatted
public static Date parseFormatted(String str, String fmt)
-
-