|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Related | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Related in ezvcard |
---|
Methods in ezvcard that return types with arguments of type Related | |
---|---|
List<Related> |
VCard.getRelations()
Gets a list of people that the person is related to. |
Methods in ezvcard with parameters of type Related | |
---|---|
void |
VCard.addRelated(Related related)
Adds someone that the person is related to. |
void |
VCard.addRelatedAlt(Related... altRepresentations)
Adds a related property as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type Related | |
---|---|
void |
VCard.addRelatedAlt(Collection<Related> altRepresentations)
Adds a related property as a group of alternative representations (see: description of ALTID ). |
Uses of Related in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Related | |
---|---|
protected Related |
RelatedScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Related |
RelatedScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Related |
RelatedScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
Methods in ezvcard.io.scribe with parameters of type Related | |
---|---|
protected VCardDataType |
RelatedScribe._dataType(Related property,
VCardVersion version)
|
protected JCardValue |
RelatedScribe._writeJson(Related property)
|
protected String |
RelatedScribe._writeText(Related property,
VCardVersion version)
|
protected void |
RelatedScribe._writeXml(Related property,
XCardElement parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |