|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||