|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TelephoneType | |
|---|---|
| ezvcard | |
| ezvcard.parameter | |
| ezvcard.property | |
| Uses of TelephoneType in ezvcard |
|---|
| Methods in ezvcard with parameters of type TelephoneType | |
|---|---|
Telephone |
VCard.addTelephoneNumber(String telephoneNumber,
TelephoneType... types)
Adds a telephone number. |
| Uses of TelephoneType in ezvcard.parameter |
|---|
| Fields in ezvcard.parameter declared as TelephoneType | |
|---|---|
static TelephoneType |
TelephoneType.BBS
Supported versions: 2.1, 3.0 |
static TelephoneType |
TelephoneType.CAR
Supported versions: 2.1, 3.0 |
static TelephoneType |
TelephoneType.CELL
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
TelephoneType.FAX
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
TelephoneType.HOME
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
TelephoneType.ISDN
Supported versions: 2.1, 3.0 |
static TelephoneType |
TelephoneType.MODEM
Supported versions: 2.1, 3.0 |
static TelephoneType |
TelephoneType.MSG
Supported versions: 2.1, 3.0 |
static TelephoneType |
TelephoneType.PAGER
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
TelephoneType.PCS
Supported versions: 3.0 |
static TelephoneType |
TelephoneType.PREF
Supported versions: 2.1, 3.0 |
static TelephoneType |
TelephoneType.TEXT
Supported versions: 4.0 |
static TelephoneType |
TelephoneType.TEXTPHONE
Supported versions: 4.0 |
static TelephoneType |
TelephoneType.VIDEO
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
TelephoneType.VOICE
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
TelephoneType.WORK
Supported versions: 2.1, 3.0, 4.0 |
| Methods in ezvcard.parameter that return TelephoneType | |
|---|---|
static TelephoneType |
TelephoneType.find(String value)
Searches for a parameter value that is defined as a static constant in this class. |
static TelephoneType |
TelephoneType.get(String value)
Searches for a parameter value and creates one if it cannot be found. |
| Methods in ezvcard.parameter that return types with arguments of type TelephoneType | |
|---|---|
static Collection<TelephoneType> |
TelephoneType.all()
Gets all of the parameter values that are defined as static constants in this class. |
| Uses of TelephoneType in ezvcard.property |
|---|
| Methods in ezvcard.property that return types with arguments of type TelephoneType | |
|---|---|
Set<TelephoneType> |
Telephone.getTypes()
Gets all the TYPE parameters. |
| Methods in ezvcard.property with parameters of type TelephoneType | |
|---|---|
void |
Telephone.addType(TelephoneType type)
Adds a TYPE parameter. |
void |
Telephone.removeType(TelephoneType type)
Removes a TYPE parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||