Package biweekly.property.marshaller

Interface Summary
ICalPropertyMarshaller.ListCallback<T> Callback function used in conjunction with the list method
 

Class Summary
ActionMarshaller Marshals Action properties.
AttachmentMarshaller Marshals Attachment properties.
AttendeeMarshaller Marshals Attendee properties.
CalendarScaleMarshaller Marshals CalendarScale properties.
CategoriesMarshaller Marshals Categories properties.
ClassificationMarshaller Marshals Classification properties.
CommentMarshaller Marshals Comment properties.
CompletedMarshaller Marshals Completed properties.
ContactMarshaller Marshals Contact properties.
CreatedMarshaller Marshals Created properties.
DateDueMarshaller Marshals DateDue properties.
DateEndMarshaller Marshals DateEnd properties.
DateOrDateTimePropertyMarshaller<T extends DateOrDateTimeProperty> Marshals properties that have either "date" or "date-time" values.
DateStartMarshaller Marshals DateStart properties.
DateTimePropertyMarshaller<T extends DateTimeProperty> Marshals properties that have "date-time" values.
DateTimeStampMarshaller Marshals DateTimeStamp properties.
DescriptionMarshaller Marshals Description properties.
DurationPropertyMarshaller Marshals DurationProperty properties.
ExceptionDatesMarshaller Marshals ExceptionDates properties.
ExceptionRuleMarshaller Marshals ExceptionRule properties.
FreeBusyMarshaller Marshals FreeBusy properties.
GeoMarshaller Marshals Geo properties.
ICalPropertyMarshaller<T extends ICalProperty> Base class for iCalendar property marshallers.
ICalPropertyMarshaller.DateParser Factory class for parsing dates.
ICalPropertyMarshaller.DateWriter Factory class for writing dates.
ICalPropertyMarshaller.Result<T extends ICalProperty> Represents the result of an unmarshal operation.
ICalPropertyMarshaller.SemiStructuredIterator Iterates over the fields in a semi-structured value (a structured value whose components cannot be multi-valued).
ICalPropertyMarshaller.Splitter Factory class for splitting strings.
ICalPropertyMarshaller.StructuredIterator Iterates over the fields in a structured value.
IntegerPropertyMarshaller<T extends IntegerProperty> Marshals properties that have integer values.
LastModifiedMarshaller Marshals LastModified properties.
ListPropertyMarshaller<T extends ListProperty<V>,V> Marshals properties that contain a list of values.
LocationMarshaller Marshals Location properties.
MethodMarshaller Marshals Method properties.
OrganizerMarshaller Marshals Organizer properties.
PercentCompleteMarshaller Marshals PercentComplete properties.
PriorityMarshaller Marshals Priority properties.
ProductIdMarshaller Marshals ProductId properties.
RawPropertyMarshaller Marshals properties that do not have a marshaller associated with them.
RecurrenceDatesMarshaller Marshals RecurrenceDates properties.
RecurrenceIdMarshaller Marshals RecurrenceId properties.
RecurrencePropertyMarshaller<T extends RecurrenceProperty> Marshals properties whose values are Recurrence.
RecurrenceRuleMarshaller Marshals RecurrenceRule properties.
RelatedToMarshaller Marshals RelatedTo properties.
RepeatMarshaller Marshals Repeat properties.
RequestStatusMarshaller Marshals RequestStatus properties.
ResourcesMarshaller Marshals Resources properties.
SequenceMarshaller Marshals Sequence properties.
StatusMarshaller Marshals Status properties.
SummaryMarshaller Marshals Summary properties.
TextListPropertyMarshaller<T extends ListProperty<String>> Marshals properties that have a list of text values.
TextPropertyMarshaller<T extends TextProperty> Marshals properties that have text values.
TimezoneIdMarshaller Marshals TimezoneId properties.
TimezoneNameMarshaller Marshals TimezoneName properties.
TimezoneOffsetFromMarshaller Marshals TimezoneOffsetFrom properties.
TimezoneOffsetToMarshaller Marshals TimezoneOffsetTo properties.
TimezoneUrlMarshaller Marshals TimezoneUrl properties.
TransparencyMarshaller Marshals Transparency properties.
TriggerMarshaller Marshals Trigger properties.
UidMarshaller Marshals Uid properties.
UrlMarshaller Marshals Url properties.
UtcOffsetPropertyMarshaller<T extends UtcOffsetProperty> Marshals properties that have UTC offset values.
VersionMarshaller Marshals Version properties.
XmlMarshaller Marshals Xml properties.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.