|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Birthplace | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Birthplace in ezvcard |
---|
Methods in ezvcard that return Birthplace | |
---|---|
Birthplace |
VCard.getBirthplace()
Gets the person's birthplace. |
Methods in ezvcard that return types with arguments of type Birthplace | |
---|---|
List<Birthplace> |
VCard.getBirthplaces()
Gets all birthplace property instances. |
Methods in ezvcard with parameters of type Birthplace | |
---|---|
void |
VCard.setBirthplace(Birthplace birthplace)
Sets the person's birthplace. |
void |
VCard.setBirthplaceAlt(Birthplace... altRepresentations)
Sets the person's birthplace as a group of alternative representations (see: description of ALTID . |
Method parameters in ezvcard with type arguments of type Birthplace | |
---|---|
void |
VCard.setBirthplaceAlt(Collection<Birthplace> altRepresentations)
Sets the person's birthplace as a group of alternative representations (see: description of ALTID . |
Uses of Birthplace in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Birthplace | |
---|---|
protected Birthplace |
BirthplaceScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Birthplace |
BirthplaceScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Birthplace |
BirthplaceScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type Birthplace | |
---|---|
protected VCardDataType |
BirthplaceScribe._dataType(Birthplace property,
VCardVersion version)
|
protected JCardValue |
BirthplaceScribe._writeJson(Birthplace property)
|
protected String |
BirthplaceScribe._writeText(Birthplace property,
VCardVersion version)
|
protected void |
BirthplaceScribe._writeXml(Birthplace property,
XCardElement parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |