Uses of Class
ezvcard.parameters.VCardParameter

Packages that use VCardParameter
ezvcard.parameters   
 

Uses of VCardParameter in ezvcard.parameters
 

Subclasses of VCardParameter in ezvcard.parameters
 class AddressTypeParameter
          Represents the TYPE parameter of the ADR and LABEL types.
 class CalscaleParameter
          Represents a CALSCALE parameter.
 class EmailTypeParameter
          Represents the TYPE parameter of the EMAIL type.
 class EncodingParameter
          Represents the "ENCODING" sub type.
 class ExpertiseLevelParameter
          Represents a LEVEL parameter for the EXPERTISE property.
 class HobbyLevelParameter
          Represents a LEVEL parameter for the HOBBY property.
 class ImageTypeParameter
          Represents the TYPE parameter of the PHOTO and LOGO types.
 class ImppTypeParameter
          Represents the TYPE parameter of the IMPP type.
 class InterestLevelParameter
          Represents a LEVEL parameter for the INTEREST property.
 class KeyTypeParameter
          Represents the TYPE parameter of the KEY type.
 class LevelParameter
          Represents a LEVEL parameter.
 class MediaTypeParameter
          Represents a TYPE parameter that also has a media type associated with it.
 class RelatedTypeParameter
          Represents the TYPE parameter of the RELATED type.
 class SoundTypeParameter
          Represents the TYPE parameter of the SOUND type.
 class TelephoneTypeParameter
          Represents the TYPE parameter of the TEL type.
 class TypeParameter
          Represents a TYPE parameter.
 class ValueParameter
          Represents a VALUE parameter.
 

Methods in ezvcard.parameters with type parameters of type VCardParameter
protected static
<T extends VCardParameter>
Set<T>
VCardParameter.all(Class<T> clazz)
          Gets all values that belong to a parameter class
protected static
<T extends VCardParameter>
T
VCardParameter.findByValue(String typeValue, Class<T> clazz)
          Searches the static objects of a child class for one that has a certain value.
 



Copyright © 2012-2013. All Rights Reserved.