Uses of Class
ezvcard.property.Deathdate

Packages that use Deathdate
ezvcard   
ezvcard.io.scribe   
 

Uses of Deathdate in ezvcard
 

Methods in ezvcard that return Deathdate
 Deathdate VCard.getDeathdate()
           Gets the person's time of death.
 

Methods in ezvcard that return types with arguments of type Deathdate
 List<Deathdate> VCard.getDeathdates()
           Gets all death date property instances.
 

Methods in ezvcard with parameters of type Deathdate
 void VCard.setDeathdate(Deathdate deathdate)
           Sets the person's time of death.
 void VCard.setDeathdateAlt(Deathdate... altRepresentations)
           Sets the deathdate property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Deathdate
 void VCard.setDeathdateAlt(Collection<Deathdate> altRepresentations)
           Sets the deathdate property as a group of alternative representations (see: description of ALTID).
 

Uses of Deathdate in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Deathdate
protected  Deathdate DeathdateScribe.newInstance(Date date, boolean hasTime)
           
protected  Deathdate DeathdateScribe.newInstance(PartialDate partialDate)
           
protected  Deathdate DeathdateScribe.newInstance(String text)
           
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.