Uses of Class
biweekly.property.Attachment

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

Uses of Attachment in biweekly.component
 

Methods in biweekly.component that return types with arguments of type Attachment
 List<Attachment> VTodo.getAttachments()
          Gets any attachments that are associated with the to-do.
 List<Attachment> VJournal.getAttachments()
          Gets any attachments that are associated with the journal entry.
 List<Attachment> VEvent.getAttachments()
          Gets any attachments that are associated with the event.
 List<Attachment> VAlarm.getAttachments()
          Gets any attachments that are associated with the alarm.
 

Methods in biweekly.component with parameters of type Attachment
 void VTodo.addAttachment(Attachment attachment)
          Adds an attachment to the to-do.
 void VJournal.addAttachment(Attachment attachment)
          Adds an attachment to the journal entry.
 void VEvent.addAttachment(Attachment attachment)
          Adds an attachment to the event.
 void VAlarm.addAttachment(Attachment attachment)
          Adds an attachment to the alarm.
static VAlarm VAlarm.audio(Trigger trigger, Attachment sound)
          Creates an audio alarm.
 

Uses of Attachment in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Attachment
protected  Attachment AttachmentMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Attachment AttachmentMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Attachment AttachmentMarshaller._parseXml(XCalElement element, ICalParameters parameters, List<String> warnings)
           
 

Methods in biweekly.property.marshaller with parameters of type Attachment
protected  ICalDataType AttachmentMarshaller._dataType(Attachment property)
           
protected  void AttachmentMarshaller._prepareParameters(Attachment property, ICalParameters copy)
           
protected  JCalValue AttachmentMarshaller._writeJson(Attachment property)
           
protected  String AttachmentMarshaller._writeText(Attachment property)
           
protected  void AttachmentMarshaller._writeXml(Attachment property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.