Uses of Class
biweekly.property.RawProperty

Packages that use RawProperty
biweekly.component   
biweekly.property.marshaller   
 

Uses of RawProperty in biweekly.component
 

Methods in biweekly.component that return RawProperty
 RawProperty ICalComponent.addExperimentalProperty(String name, ICalDataType dataType, String value)
          Adds an experimental property to this component.
 RawProperty ICalComponent.addExperimentalProperty(String name, String value)
          Adds an experimental property to this component.
 RawProperty ICalComponent.getExperimentalProperty(String name)
          Gets the first experimental property with a given name.
 RawProperty ICalComponent.setExperimentalProperty(String name, ICalDataType dataType, String value)
          Adds an experimental property to this component, removing all existing properties that have the same name.
 RawProperty ICalComponent.setExperimentalProperty(String name, String value)
          Adds an experimental property to this component, removing all existing properties that have the same name.
 

Methods in biweekly.component that return types with arguments of type RawProperty
 List<RawProperty> ICalComponent.getExperimentalProperties()
          Gets all experimental properties associated with this component.
 List<RawProperty> ICalComponent.getExperimentalProperties(String name)
          Gets all experimental properties with a given name.
 

Uses of RawProperty in biweekly.property.marshaller
 

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

Methods in biweekly.property.marshaller with parameters of type RawProperty
protected  ICalDataType RawPropertyMarshaller._dataType(RawProperty property)
           
protected  String RawPropertyMarshaller._writeText(RawProperty property)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.