VCardTelephoneNumber

Inheritance: java.lang.Object

public final class VCardTelephoneNumber

Represents a vCard telephone number

Constructors

ConstructorDescription
VCardTelephoneNumber()Initializes a new instance of the VCardTelephoneNumber class

Methods

MethodDescription
equals(Object arg0)
getClass()
getTelephoneNumber()Gets or sets a telephone number
getTelephoneType()Gets or sets a telephone numer type
hashCode()
notify()
notifyAll()
setTelephoneNumber(String value)Gets or sets a telephone number
setTelephoneType(int value)Gets or sets a telephone numer type
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardTelephoneNumber()

public VCardTelephoneNumber()

Initializes a new instance of the VCardTelephoneNumber class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getTelephoneNumber()

public final String getTelephoneNumber()

Gets or sets a telephone number

Returns: java.lang.String

getTelephoneType()

public final int getTelephoneType()

Gets or sets a telephone numer type

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setTelephoneNumber(String value)

public final void setTelephoneNumber(String value)

Gets or sets a telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTelephoneType(int value)

public final void setTelephoneType(int value)

Gets or sets a telephone numer type

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int