Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Attachment |
AttachmentScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Attachment |
AttachmentScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Attachment |
AttachmentScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected ICalDataType |
AttachmentScribe._dataType(Attachment property,
ICalVersion version) |
protected ICalParameters |
AttachmentScribe._prepareParameters(Attachment property,
WriteContext context) |
protected JCalValue |
AttachmentScribe._writeJson(Attachment property,
WriteContext context) |
protected String |
AttachmentScribe._writeText(Attachment property,
WriteContext context) |
protected void |
AttachmentScribe._writeXml(Attachment property,
XCalElement element,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.