|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructuredName | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of StructuredName in ezvcard |
---|
Methods in ezvcard that return StructuredName | |
---|---|
StructuredName |
VCard.getStructuredName()
Gets the individual components of the person's name. |
Methods in ezvcard that return types with arguments of type StructuredName | |
---|---|
List<StructuredName> |
VCard.getStructuredNames()
Gets all structured name properties. |
Methods in ezvcard with parameters of type StructuredName | |
---|---|
void |
VCard.setStructuredName(StructuredName structuredName)
Sets the individual components of the person's name. |
void |
VCard.setStructuredNameAlt(StructuredName... altRepresentations)
Sets the structured name property as a group of alternative representations (see VCardParameters.getAltId() for more details). |
Method parameters in ezvcard with type arguments of type StructuredName | |
---|---|
void |
VCard.setStructuredNameAlt(Collection<StructuredName> altRepresentations)
Sets the structured name property as a group of alternative representations (see VCardParameters.getAltId() for more details). |
Uses of StructuredName in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return StructuredName | |
---|---|
protected StructuredName |
StructuredNameScribe._parseHtml(HCardElement element,
List<String> warnings)
|
protected StructuredName |
StructuredNameScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected StructuredName |
StructuredNameScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected StructuredName |
StructuredNameScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type StructuredName | |
---|---|
protected JCardValue |
StructuredNameScribe._writeJson(StructuredName property)
|
protected String |
StructuredNameScribe._writeText(StructuredName property,
VCardVersion version)
|
protected void |
StructuredNameScribe._writeXml(StructuredName property,
XCardElement parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |