Uses of Class
ezvcard.parameters.TelephoneTypeParameter

Packages that use TelephoneTypeParameter
ezvcard   
ezvcard.parameters   
ezvcard.types   
 

Uses of TelephoneTypeParameter in ezvcard
 

Methods in ezvcard with parameters of type TelephoneTypeParameter
 TelephoneType VCard.addTelephoneNumber(String telephoneNumber, TelephoneTypeParameter... types)
          Adds a telephone number.
 

Uses of TelephoneTypeParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as TelephoneTypeParameter
static TelephoneTypeParameter TelephoneTypeParameter.BBS
          vCard versions: 2.1, 3.0
static TelephoneTypeParameter TelephoneTypeParameter.CAR
          vCard versions: 2.1, 3.0
static TelephoneTypeParameter TelephoneTypeParameter.CELL
          vCard versions: 2.1, 3.0, 4.0
static TelephoneTypeParameter TelephoneTypeParameter.FAX
          vCard versions: 2.1, 3.0, 4.0
static TelephoneTypeParameter TelephoneTypeParameter.HOME
          vCard versions: 2.1, 3.0, 4.0
static TelephoneTypeParameter TelephoneTypeParameter.ISDN
          vCard versions: 2.1, 3.0
static TelephoneTypeParameter TelephoneTypeParameter.MODEM
          vCard versions: 2.1, 3.0
static TelephoneTypeParameter TelephoneTypeParameter.MSG
          vCard versions: 2.1, 3.0
static TelephoneTypeParameter TelephoneTypeParameter.PAGER
          vCard versions: 2.1, 3.0, 4.0
static TelephoneTypeParameter TelephoneTypeParameter.PCS
          vCard versions: 3.0
static TelephoneTypeParameter TelephoneTypeParameter.PREF
          vCard versions: 2.1, 3.0
static TelephoneTypeParameter TelephoneTypeParameter.TEXT
          vCard versions: 4.0
static TelephoneTypeParameter TelephoneTypeParameter.TEXTPHONE
          vCard versions: 4.0
static TelephoneTypeParameter TelephoneTypeParameter.VIDEO
          vCard versions: 2.1, 3.0, 4.0
static TelephoneTypeParameter TelephoneTypeParameter.VOICE
          vCard versions: 2.1, 3.0, 4.0
static TelephoneTypeParameter TelephoneTypeParameter.WORK
          vCard versions: 2.1, 3.0, 4.0
 

Methods in ezvcard.parameters that return TelephoneTypeParameter
static TelephoneTypeParameter TelephoneTypeParameter.valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 

Uses of TelephoneTypeParameter in ezvcard.types
 

Methods in ezvcard.types that return TelephoneTypeParameter
protected  TelephoneTypeParameter TelephoneType.buildTypeObj(String type)
           
 



Copyright © 2012-2013. All Rights Reserved.