Uses of Class
ezvcard.parameters.MediaTypeParameter

Packages that use MediaTypeParameter
ezvcard.parameters   
ezvcard.types   
 

Uses of MediaTypeParameter in ezvcard.parameters
 

Subclasses of MediaTypeParameter in ezvcard.parameters
 class ImageTypeParameter
          Represents the TYPE parameter of the PHOTO and LOGO types.
 class KeyTypeParameter
          Represents the TYPE parameter of the KEY type.
 class SoundTypeParameter
          Represents the TYPE parameter of the SOUND type.
 

Methods in ezvcard.parameters with type parameters of type MediaTypeParameter
protected static
<T extends MediaTypeParameter>
T
MediaTypeParameter.findByMediaType(String mediaType, Class<T> clazz)
          Searches the static objects of a child class for one that has a certain media type value.
 

Uses of MediaTypeParameter in ezvcard.types
 

Classes in ezvcard.types with type parameters of type MediaTypeParameter
 class BinaryType<T extends MediaTypeParameter>
          Represents a Type that contains binary data (for example, the "PHOTO" type).
 

Fields in ezvcard.types declared as MediaTypeParameter
protected  T BinaryType.contentType
          The content type of the resource (e.g.
 



Copyright © 2012-2013. All Rights Reserved.