Uses of Class
biweekly.property.marshaller.ICalPropertyMarshaller

Packages that use ICalPropertyMarshaller
biweekly   
biweekly.io   
biweekly.io.json   
biweekly.io.text   
biweekly.io.xml   
biweekly.property.marshaller   
 

Uses of ICalPropertyMarshaller in biweekly
 

Methods in biweekly with parameters of type ICalPropertyMarshaller
 Biweekly.ParserChainTextReader Biweekly.ParserChainTextReader.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainTextString Biweekly.ParserChainTextString.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainXmlString Biweekly.ParserChainXmlString.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainXmlReader Biweekly.ParserChainXmlReader.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainXmlDocument Biweekly.ParserChainXmlDocument.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainJsonReader Biweekly.ParserChainJsonReader.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainJsonString Biweekly.ParserChainJsonString.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.WriterChainXml Biweekly.WriterChainXml.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 

Uses of ICalPropertyMarshaller in biweekly.io
 

Methods in biweekly.io that return ICalPropertyMarshaller
 ICalPropertyMarshaller<? extends ICalProperty> ICalMarshallerRegistrar.getPropertyMarshaller(Class<? extends ICalProperty> clazz)
          Gets a property marshaller by class.
 ICalPropertyMarshaller<? extends ICalProperty> ICalMarshallerRegistrar.getPropertyMarshaller(ICalProperty property)
          Gets the appropriate property marshaller for a given property instance.
 ICalPropertyMarshaller<? extends ICalProperty> ICalMarshallerRegistrar.getPropertyMarshaller(QName qname)
          Gets a property marshaller by XML local name and namespace.
 ICalPropertyMarshaller<? extends ICalProperty> ICalMarshallerRegistrar.getPropertyMarshaller(String propertyName)
          Gets a property marshaller by name.
 

Methods in biweekly.io with parameters of type ICalPropertyMarshaller
 void ICalMarshallerRegistrar.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
          Registers a property marshaller.
 void ICalMarshallerRegistrar.unregister(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
          Unregisters a property marshaller
 

Uses of ICalPropertyMarshaller in biweekly.io.json
 

Methods in biweekly.io.json with parameters of type ICalPropertyMarshaller
 void JCalWriter.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           Registers an experimental property marshaller.
 void JCalReader.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           Registers an experimental property marshaller.
 

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 an experimental property marshaller.
 void ICalReader.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           Registers an experimental property marshaller.
 

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 an experimental property marshaller.
 

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 ExceptionRuleMarshaller
          Marshals ExceptionRule 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 RecurrencePropertyMarshaller<T extends RecurrenceProperty>
          Marshals properties whose values are Recurrence.
 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.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.