Uses of Class
biweekly.io.ICalMarshallerRegistrar

Packages that use ICalMarshallerRegistrar
biweekly.io.json   
biweekly.io.text   
biweekly.io.xml   
 

Uses of ICalMarshallerRegistrar in biweekly.io.json
 

Methods in biweekly.io.json that return ICalMarshallerRegistrar
 ICalMarshallerRegistrar JCalWriter.getRegistrar()
          Gets the object that manages the component/property marshaller objects.
 ICalMarshallerRegistrar JCalReader.getRegistrar()
          Gets the object that manages the component/property marshaller objects.
 

Methods in biweekly.io.json with parameters of type ICalMarshallerRegistrar
 void JCalWriter.setRegistrar(ICalMarshallerRegistrar registrar)
          Sets the object that manages the component/property marshaller objects.
 void JCalReader.setRegistrar(ICalMarshallerRegistrar registrar)
          Sets the object that manages the component/property marshaller objects.
 

Uses of ICalMarshallerRegistrar in biweekly.io.text
 

Methods in biweekly.io.text that return ICalMarshallerRegistrar
 ICalMarshallerRegistrar ICalWriter.getRegistrar()
          Gets the object that manages the component/property marshaller objects.
 ICalMarshallerRegistrar ICalReader.getRegistrar()
          Gets the object that manages the component/property marshaller objects.
 

Methods in biweekly.io.text with parameters of type ICalMarshallerRegistrar
 void ICalWriter.setRegistrar(ICalMarshallerRegistrar registrar)
          Sets the object that manages the component/property marshaller objects.
 void ICalReader.setRegistrar(ICalMarshallerRegistrar registrar)
          Sets the object that manages the component/property marshaller objects.
 

Uses of ICalMarshallerRegistrar in biweekly.io.xml
 

Methods in biweekly.io.xml that return ICalMarshallerRegistrar
 ICalMarshallerRegistrar XCalDocument.getRegistrar()
          Gets the object that manages the component/property marshaller objects.
 

Methods in biweekly.io.xml with parameters of type ICalMarshallerRegistrar
 void XCalDocument.setRegistrar(ICalMarshallerRegistrar registrar)
          Sets the object that manages the component/property marshaller objects.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.