Uses of Class
ezvcard.parameters.ValueParameter

Packages that use ValueParameter
ezvcard   
ezvcard.parameters   
 

Uses of ValueParameter in ezvcard
 

Methods in ezvcard that return ValueParameter
 ValueParameter VCardSubTypes.getValue()
          Gets the VALUE sub type.
 

Methods in ezvcard with parameters of type ValueParameter
 void VCardSubTypes.setValue(ValueParameter value)
          Sets the VALUE sub type.
 

Uses of ValueParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as ValueParameter
static ValueParameter ValueParameter.BINARY
          vCard versions: 3.0
static ValueParameter ValueParameter.BOOLEAN
          vCard versions: 4.0
static ValueParameter ValueParameter.CONTENT_ID
          vCard versions: 2.1 (p.8-9)
static ValueParameter ValueParameter.DATE
          vCard versions: 3.0, 4.0
static ValueParameter ValueParameter.DATE_AND_OR_TIME
          vCard versions: 4.0
static ValueParameter ValueParameter.DATE_TIME
          vCard versions: 3.0, 4.0
static ValueParameter ValueParameter.FLOAT
          vCard versions: 4.0
static ValueParameter ValueParameter.INTEGER
          vCard versions: 4.0
static ValueParameter ValueParameter.LANGUAGE_TAG
          vCard versions: 4.0
static ValueParameter ValueParameter.TEXT
          vCard versions: 3.0, 4.0
static ValueParameter ValueParameter.TIME
          vCard versions: 3.0, 4.0
static ValueParameter ValueParameter.TIMESTAMP
          vCard versions: 4.0
static ValueParameter ValueParameter.URI
          vCard versions: 3.0, 4.0
static ValueParameter ValueParameter.URL
          vCard versions: 2.1 (p.18-9)
static ValueParameter ValueParameter.UTC_OFFSET
          vCard versions: 4.0
 

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



Copyright © 2012-2013. All Rights Reserved.