|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICalPropertyMarshaller | |
---|---|
biweekly | |
biweekly.io.text | |
biweekly.io.xml | |
biweekly.property.marshaller |
Uses of ICalPropertyMarshaller in biweekly |
---|
Uses of ICalPropertyMarshaller in biweekly.io.text |
---|
Methods in biweekly.io.text with parameters of type ICalPropertyMarshaller | |
---|---|
void |
ICalWriter.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
Registers a marshaller for an experimental property. |
void |
ICalReader.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
Registers a marshaller for an experimental property. |
Uses of ICalPropertyMarshaller in biweekly.io.xml |
---|
Methods in biweekly.io.xml with parameters of type ICalPropertyMarshaller | |
---|---|
void |
XCalDocument.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
Registers a marshaller for an experimental property. |
Uses of ICalPropertyMarshaller in biweekly.property.marshaller |
---|
Subclasses of ICalPropertyMarshaller in biweekly.property.marshaller | |
---|---|
class |
ActionMarshaller
Marshals Action properties. |
class |
AttachmentMarshaller
Marshals Attachment properties. |
class |
AttendeeMarshaller
Marshals Attendee properties. |
class |
CalendarScaleMarshaller
Marshals CalendarScale properties. |
class |
CategoriesMarshaller
Marshals Categories properties. |
class |
ClassificationMarshaller
Marshals Classification properties. |
class |
CommentMarshaller
Marshals Comment properties. |
class |
CompletedMarshaller
Marshals Completed properties. |
class |
ContactMarshaller
Marshals Contact properties. |
class |
CreatedMarshaller
Marshals Created properties. |
class |
DateDueMarshaller
Marshals DateDue properties. |
class |
DateEndMarshaller
Marshals DateEnd properties. |
class |
DateOrDateTimePropertyMarshaller<T extends DateOrDateTimeProperty>
Marshals properties that have either "date" or "date-time" values. |
class |
DateStartMarshaller
Marshals DateStart properties. |
class |
DateTimePropertyMarshaller<T extends DateTimeProperty>
Marshals properties that have "date-time" values. |
class |
DateTimeStampMarshaller
Marshals DateTimeStamp properties. |
class |
DescriptionMarshaller
Marshals Description properties. |
class |
DurationPropertyMarshaller
Marshals DurationProperty properties. |
class |
ExceptionDatesMarshaller
Marshals ExceptionDates properties. |
class |
FreeBusyMarshaller
Marshals FreeBusy properties. |
class |
GeoMarshaller
Marshals Geo properties. |
class |
IntegerPropertyMarshaller<T extends IntegerProperty>
Marshals properties that have integer values. |
class |
LastModifiedMarshaller
Marshals LastModified properties. |
class |
ListPropertyMarshaller<T extends ListProperty<V>,V>
Marshals properties that contain a list of values. |
class |
LocationMarshaller
Marshals Location properties. |
class |
MethodMarshaller
Marshals Method properties. |
class |
OrganizerMarshaller
Marshals Organizer properties. |
class |
PercentCompleteMarshaller
Marshals PercentComplete properties. |
class |
PriorityMarshaller
Marshals Priority properties. |
class |
ProductIdMarshaller
Marshals ProductId properties. |
class |
RawPropertyMarshaller
Marshals properties that do not have a marshaller associated with them. |
class |
RecurrenceDatesMarshaller
Marshals RecurrenceDates properties. |
class |
RecurrenceIdMarshaller
Marshals RecurrenceId properties. |
class |
RecurrenceRuleMarshaller
Marshals RecurrenceRule properties. |
class |
RelatedToMarshaller
Marshals RelatedTo properties. |
class |
RepeatMarshaller
Marshals Repeat properties. |
class |
RequestStatusMarshaller
Marshals RequestStatus properties. |
class |
ResourcesMarshaller
Marshals Resources properties. |
class |
SequenceMarshaller
Marshals Sequence properties. |
class |
StatusMarshaller
Marshals Status properties. |
class |
SummaryMarshaller
Marshals Summary properties. |
class |
TextListPropertyMarshaller<T extends ListProperty<String>>
Marshals properties that have a list of text values. |
class |
TextPropertyMarshaller<T extends TextProperty>
Marshals properties that have text values. |
class |
TimezoneIdMarshaller
Marshals TimezoneId properties. |
class |
TimezoneNameMarshaller
Marshals TimezoneName properties. |
class |
TimezoneOffsetFromMarshaller
Marshals TimezoneOffsetFrom properties. |
class |
TimezoneOffsetToMarshaller
Marshals TimezoneOffsetTo properties. |
class |
TimezoneUrlMarshaller
Marshals TimezoneUrl properties. |
class |
TransparencyMarshaller
Marshals Transparency properties. |
class |
TriggerMarshaller
Marshals Trigger properties. |
class |
UidMarshaller
Marshals Uid properties. |
class |
UrlMarshaller
Marshals Url properties. |
class |
UtcOffsetPropertyMarshaller<T extends UtcOffsetProperty>
Marshals properties that have UTC offset values. |
class |
VersionMarshaller
Marshals Version properties. |
class |
XmlMarshaller
Marshals Xml properties. |
Methods in biweekly.property.marshaller that return ICalPropertyMarshaller | |
---|---|
static ICalPropertyMarshaller<? extends ICalProperty> |
PropertyLibrary.getMarshaller(Class<? extends ICalProperty> clazz)
Gets a property marshaller by class. |
static ICalPropertyMarshaller<? extends ICalProperty> |
PropertyLibrary.getMarshaller(QName qname)
Gets a property marshaller by XML local name and namespace. |
static ICalPropertyMarshaller<? extends ICalProperty> |
PropertyLibrary.getMarshaller(String propertyName)
Gets a property marshaller by name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |