VCardPhoto
Inheritance: java.lang.Object
public final class VCardPhoto
Represents vCard photo property
Constructors
Constructor | Description |
---|---|
VCardPhoto() | Initializes a new instance of the VCardPhoto class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getData() | Gets or sets an image data ( null if #valueLocation.valueLocation is not inline ) |
getPhotoType() | Gets or sets a photo type |
getUri() | Gets or sets a uri of photo ( null if #valueLocation.valueLocation is inline ) |
getValueLocation() | Gets or sets a value location |
hashCode() | |
notify() | |
notifyAll() | |
setData(byte[] value) | Gets or sets an image data ( null if #valueLocation.valueLocation is not inline ) |
setPhotoType(int value) | Gets or sets a photo type |
setUri(String value) | Gets or sets a uri of photo ( null if #valueLocation.valueLocation is inline ) |
setValueLocation(int value) | Gets or sets a value location |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VCardPhoto()
public VCardPhoto()
Initializes a new instance of the VCardPhoto class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public final byte[] getData()
Gets or sets an image data ( null if #valueLocation.valueLocation is not inline )
Returns: byte[]
getPhotoType()
public final int getPhotoType()
Gets or sets a photo type
Returns: int
getUri()
public final String getUri()
Gets or sets a uri of photo ( null if #valueLocation.valueLocation is inline )
Returns: java.lang.String
getValueLocation()
public final int getValueLocation()
Gets or sets a value location
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setData(byte[] value)
public final void setData(byte[] value)
Gets or sets an image data ( null if #valueLocation.valueLocation is not inline )
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setPhotoType(int value)
public final void setPhotoType(int value)
Gets or sets a photo type
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setUri(String value)
public final void setUri(String value)
Gets or sets a uri of photo ( null if #valueLocation.valueLocation is inline )
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setValueLocation(int value)
public final void setValueLocation(int value)
Gets or sets a value location
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 |