Uses of Class
ezvcard.parameters.EncodingParameter

Packages that use EncodingParameter
ezvcard   
ezvcard.parameters   
 

Uses of EncodingParameter in ezvcard
 

Methods in ezvcard that return EncodingParameter
 EncodingParameter VCardSubTypes.getEncoding()
          Gets the ENCODING sub type.
 

Methods in ezvcard with parameters of type EncodingParameter
 void VCardSubTypes.setEncoding(EncodingParameter encoding)
          Sets the ENCODING sub type.
 

Uses of EncodingParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as EncodingParameter
static EncodingParameter EncodingParameter._7BIT
          vCard versions: 2.1
static EncodingParameter EncodingParameter._8BIT
          vCard versions: 2.1
static EncodingParameter EncodingParameter.B
          vCard versions: 3.0
static EncodingParameter EncodingParameter.BASE64
          vCard versions: 2.1
static EncodingParameter EncodingParameter.QUOTED_PRINTABLE
          vCard versions: 2.1
 

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



Copyright © 2012-2013. All Rights Reserved.