Package | Description |
---|---|
ezvcard.parameter |
Contains classes related to vCard parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
VCardParameterCaseClasses<T extends VCardParameter>
Manages the list of pre-defined values for a parameter that consists of a
single String value.
|
class |
VCardParameters.EnumParameterList<T extends VCardParameter>
A list that converts the raw string values of a parameter to the
appropriate
VCardParameter object that some parameters use. |
class |
VCardParameters.TypeParameterList<T extends VCardParameter>
A list that converts the raw string values of a TYPE parameter to the
appropriate
VCardParameter object that some parameters use. |
Modifier and Type | Class and Description |
---|---|
class |
AddressType
|
class |
Calscale
Represents a CALSCALE parameter.
|
class |
EmailType
Represents the TYPE parameter of the
Email properties. |
class |
Encoding
Represents the "ENCODING" parameter.
|
class |
ExpertiseLevel
Represents a LEVEL parameter for the
Expertise property. |
class |
HobbyLevel
Represents a LEVEL parameter for the
Hobby property. |
class |
ImageType
|
class |
ImppType
Represents the TYPE parameter of the
Impp property. |
class |
InterestLevel
Represents a LEVEL parameter for the
Interest property. |
class |
KeyType
Represents the TYPE parameter of the
Key property. |
class |
MediaTypeParameter
Represents a TYPE parameter that also has a media type associated with it.
|
class |
RelatedType
Represents the TYPE parameter of the
Related property. |
class |
SoundType
Represents the TYPE parameter of the
Sound property. |
class |
TelephoneType
Represents the TYPE parameter of the
Telephone property. |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.