|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Deathplace | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Deathplace in ezvcard |
---|
Methods in ezvcard that return Deathplace | |
---|---|
Deathplace |
VCard.getDeathplace()
Gets the person's deathplace. |
Methods in ezvcard that return types with arguments of type Deathplace | |
---|---|
List<Deathplace> |
VCard.getDeathplaces()
Gets all deathplace property instances. |
Methods in ezvcard with parameters of type Deathplace | |
---|---|
void |
VCard.setDeathplace(Deathplace deathplace)
Sets the person's deathplace. |
void |
VCard.setDeathplaceAlt(Deathplace... altRepresentations)
Sets the person's deathplace as a group of alternative representations (see VCardParameters.getAltId() for more details). |
Method parameters in ezvcard with type arguments of type Deathplace | |
---|---|
void |
VCard.setDeathplaceAlt(Collection<Deathplace> altRepresentations)
Sets the person's deathplace as a group of alternative representations (see VCardParameters.getAltId() for more details). |
Uses of Deathplace in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Deathplace | |
---|---|
protected Deathplace |
DeathplaceScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Deathplace |
DeathplaceScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Deathplace |
DeathplaceScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type Deathplace | |
---|---|
protected VCardDataType |
DeathplaceScribe._dataType(Deathplace property,
VCardVersion version)
|
protected JCardValue |
DeathplaceScribe._writeJson(Deathplace property)
|
protected String |
DeathplaceScribe._writeText(Deathplace property,
VCardVersion version)
|
protected void |
DeathplaceScribe._writeXml(Deathplace property,
XCardElement parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |