public class BanafoPhone
extends java.lang.Object
Constructor and Description |
---|
BanafoPhone(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
number()
Phone number
The phone number itself.
|
PhoneType |
type()
Phone number type
The type of the phone number.
|
public BanafoPhone(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public PhoneType type()
PhoneType
public java.lang.String number()