|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VCardVersion | |
---|---|
ezvcard | |
ezvcard.io | |
ezvcard.types | |
ezvcard.util |
Uses of VCardVersion in ezvcard |
---|
Methods in ezvcard that return VCardVersion | |
---|---|
VCardVersion |
VCard.getVersion()
Gets the version attached to this vCard. |
static VCardVersion |
VCardVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VCardVersion |
VCardVersion.valueOfByStr(String value)
Gets a VCardVersion instance based on the given text
representation. |
static VCardVersion |
VCardVersion.valueOfByXmlNamespace(String ns)
Gets a VCardVersion instance based on the given XML namespace. |
static VCardVersion[] |
VCardVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ezvcard with parameters of type VCardVersion | |
---|---|
void |
VCard.setVersion(VCardVersion version)
Sets the version of this vCard. |
Ezvcard.WriterChainTextMulti |
Ezvcard.WriterChainTextMulti.version(VCardVersion version)
|
Ezvcard.WriterChainTextSingle |
Ezvcard.WriterChainTextSingle.version(VCardVersion version)
|
Uses of VCardVersion in ezvcard.io |
---|
Methods in ezvcard.io that return VCardVersion | |
---|---|
VCardVersion |
VCardWriter.getTargetVersion()
Gets the version that the vCards should adhere to. |
Methods in ezvcard.io with parameters of type VCardVersion | |
---|---|
static VCardLine |
VCardLine.parse(String line,
VCardVersion version,
boolean caretDecodingEnabled)
Parses an unfolded vCard line. |
void |
VCardWriter.setTargetVersion(VCardVersion targetVersion)
Sets the version that the vCards should adhere to. |
Constructors in ezvcard.io with parameters of type VCardVersion | |
---|---|
VCardWriter(File file,
VCardVersion targetVersion)
Creates a vCard writer (uses the standard folding scheme and newline sequence). |
|
VCardWriter(File file,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a vCard writer. |
|
VCardWriter(OutputStream out,
VCardVersion targetVersion)
Creates a vCard writer (uses the standard folding scheme and newline sequence). |
|
VCardWriter(OutputStream out,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a vCard writer. |
|
VCardWriter(Writer writer,
VCardVersion targetVersion)
Creates a vCard writer (uses the standard folding scheme and newline sequence). |
|
VCardWriter(Writer writer,
VCardVersion targetVersion,
FoldingScheme foldingScheme,
String newline)
Creates a vCard writer. |
Uses of VCardVersion in ezvcard.types |
---|
Methods in ezvcard.types with parameters of type VCardVersion | |
---|---|
protected void |
KeyType.cannotUnmarshalValue(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
KeyTypeParameter contentType)
|
protected void |
BinaryType.cannotUnmarshalValue(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
T contentType)
Called if the unmarshalling code cannot determine how to unmarshal the value. |
protected void |
VCardType.doMarshalSubTypes(VCardSubTypes subTypes,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
Gets the sub types that will be sent over the wire. |
protected void |
TimezoneType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
TelephoneType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
RelatedType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
KeyType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
GeoType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
EmailType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
DeathplaceType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
DateOrTimeType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
BirthplaceType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
BinaryType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
AgentType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected void |
AddressType.doMarshalSubTypes(VCardSubTypes copy,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
|
protected abstract void |
VCardType.doMarshalText(StringBuilder value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
Converts this type object to a string for sending over the wire. |
protected void |
TimezoneType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TimestampType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TextType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TextListType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TelephoneType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
StructuredNameType.doMarshalText(StringBuilder value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
RelatedType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
RawType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
ProfileType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
LabelType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
KeyType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
ImppType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
GeoType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
GenderType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
EmailType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
DeathplaceType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
DateOrTimeType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
ClientPidMapType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
CategoriesType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
BirthplaceType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
BinaryType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
AgentType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
AddressType.doMarshalText(StringBuilder sb,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected abstract void |
VCardType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
Unmarshals the type value from off the wire. |
protected void |
TimezoneType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TimestampType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TextType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TextListType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
TelephoneType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
StructuredNameType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
RelatedType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
RawType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
ProfileType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
LabelType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
ImppType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
GeoType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
GenderType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
EmailType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
DeathplaceType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
DateOrTimeType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
ClientPidMapType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
CategoriesType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
BirthplaceType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
BinaryType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
AgentType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
protected void |
AddressType.doUnmarshalText(String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
|
VCardSubTypes |
VCardType.marshalSubTypes(VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode,
VCard vcard)
Gets the Sub Types to send over the wire. |
String |
VCardType.marshalText(VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
Converts this type object to a string for sending over the wire. |
void |
VCardType.marshalXml(Element parent,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
Marshals this type for inclusion in an xCard (XML document). |
void |
VCardType.unmarshalText(VCardSubTypes subTypes,
String value,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
Unmarshals the type value from off the wire. |
void |
VCardType.unmarshalXml(VCardSubTypes subTypes,
Element element,
VCardVersion version,
List<String> warnings,
CompatibilityMode compatibilityMode)
Unmarshals the type from an xCard (XML document). |
Uses of VCardVersion in ezvcard.util |
---|
Methods in ezvcard.util that return VCardVersion | |
---|---|
VCardVersion |
XCardElement.version()
Gets the vCard version. |
Constructors in ezvcard.util with parameters of type VCardVersion | |
---|---|
XCardElement(Element element,
VCardVersion version)
Wraps an existing XML element. |
|
XCardElement(String propertyName,
VCardVersion version)
Creates a new XML element under its own XML document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |