VCardLabel
Inheritance: java.lang.Object
public final class VCardLabel
To specify the formatted text corresponding to delivery address of the object the vCard represents.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAddress() | To specify the formatted text corresponding to delivery address of the object the vCard represents. |
getAddressType() | Gets or sets an address type |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
setAddress(String value) | To specify the formatted text corresponding to delivery address of the object the vCard represents. |
setAddressType(int value) | Gets or sets an address type |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAddress()
public final String getAddress()
To specify the formatted text corresponding to delivery address of the object the vCard represents.
Returns: java.lang.String
getAddressType()
public final int getAddressType()
Gets or sets an address type
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAddress(String value)
public final void setAddress(String value)
To specify the formatted text corresponding to delivery address of the object the vCard represents.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setAddressType(int value)
public final void setAddressType(int value)
Gets or sets an address type
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |