Package io.realm.kotlin.internal.interop
Class realm_decimal128_t
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_decimal128_t
-
public class realm_decimal128_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description realm_decimal128_t()protectedrealm_decimal128_t(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(realm_decimal128_t obj)long[]getW()voidsetW(long[] value)protected static longswigRelease(realm_decimal128_t obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(realm_decimal128_t obj)
-
swigRelease
protected static long swigRelease(realm_decimal128_t obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setW
public void setW(long[] value)
-
getW
public long[] getW()
-
-