Uses of Class
biweekly.property.Comment

Packages that use Comment
biweekly.component   
biweekly.property.marshaller   
 

Uses of Comment in biweekly.component
 

Methods in biweekly.component that return Comment
 Comment VTodo.addComment(String comment)
          Adds a comment to the to-do.
 Comment VJournal.addComment(String comment)
          Adds a comment to the journal entry.
 Comment VFreeBusy.addComment(String comment)
          Adds a comment to the free/busy entry.
 Comment VEvent.addComment(String comment)
          Adds a comment to the event.
 Comment Observance.addComment(String comment)
          Adds a comment to the timezone observance.
 

Methods in biweekly.component that return types with arguments of type Comment
 List<Comment> VTodo.getComments()
          Gets the comments attached to the to-do.
 List<Comment> VJournal.getComments()
          Gets the comments attached to the journal entry.
 List<Comment> VFreeBusy.getComments()
          Gets the comments attached to the free/busy entry.
 List<Comment> VEvent.getComments()
          Gets the comments attached to the event.
 List<Comment> Observance.getComments()
          Gets the comments attached to the timezone observance.
 

Methods in biweekly.component with parameters of type Comment
 void VTodo.addComment(Comment comment)
          Adds a comment to the to-do.
 void VJournal.addComment(Comment comment)
          Adds a comment to the journal entry.
 void VFreeBusy.addComment(Comment comment)
          Adds a comment to the free/busy entry.
 void VEvent.addComment(Comment comment)
          Adds a comment to the event.
 void Observance.addComment(Comment comment)
          Adds a comment to the timezone observance.
 

Uses of Comment in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Comment
protected  Comment CommentMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.