Uses of Class
biweekly.property.Version

Packages that use Version
biweekly   
biweekly.property   
biweekly.property.marshaller   
 

Uses of Version in biweekly
 

Methods in biweekly that return Version
 Version ICalendar.getVersion()
          Gets the min/max versions a consumer must support in order to successfully parse the iCalendar object.
 

Methods in biweekly with parameters of type Version
 void ICalendar.setVersion(Version version)
          Sets the min/max versions a consumer must support in order to successfully parse the iCalendar object.
 

Uses of Version in biweekly.property
 

Methods in biweekly.property that return Version
static Version Version.v2_0()
          Creates a version property that is set to the default iCalendar version (2.0).
 

Uses of Version in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Version
protected  Version VersionMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Version VersionMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Version VersionMarshaller._parseXml(XCalElement element, ICalParameters parameters, List<String> warnings)
           
 

Methods in biweekly.property.marshaller with parameters of type Version
protected  JCalValue VersionMarshaller._writeJson(Version property)
           
protected  String VersionMarshaller._writeText(Version property)
           
protected  void VersionMarshaller._writeXml(Version property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.