Uses of Class
ezvcard.property.Note

Packages that use Note
ezvcard   
ezvcard.io.scribe   
 

Uses of Note in ezvcard
 

Methods in ezvcard that return Note
 Note VCard.addNote(String note)
          Adds a note.
 

Methods in ezvcard that return types with arguments of type Note
 List<Note> VCard.getNotes()
          Gets the notes.
 

Methods in ezvcard with parameters of type Note
 void VCard.addNote(Note note)
          Adds a note.
 void VCard.addNoteAlt(Note... altRepresentations)
           Adds a note property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Note
 void VCard.addNoteAlt(Collection<Note> altRepresentations)
           Adds a note property as a group of alternative representations (see: description of ALTID).
 

Uses of Note in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Note
protected  Note NoteScribe._parseValue(String value)
           
 



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