Uses of Class
com.atlassian.gregory.ICalProperty

Packages that use ICalProperty
com.atlassian.gregory   
com.atlassian.gregory.components   
com.atlassian.gregory.util   
com.atlassian.gregory.valuetypes   
 

Uses of ICalProperty in com.atlassian.gregory
 

Methods in com.atlassian.gregory that return ICalProperty
 ICalProperty ICalendar.getNonStandardProperty(String propertyName)
           
 

Methods in com.atlassian.gregory with parameters of type ICalProperty
 void ICalendar.addNonStandardProperty(ICalProperty iCalLine)
           
 

Uses of ICalProperty in com.atlassian.gregory.components
 

Methods in com.atlassian.gregory.components that return ICalProperty
 ICalProperty AbstractICalComponent.getProperty(String name)
          Retreve a single property with the given name.
 

Methods in com.atlassian.gregory.components with parameters of type ICalProperty
 void AbstractICalComponent.addProperty(ICalProperty property)
          Add a property to this component
 void ICalComponent.addProperty(ICalProperty property)
           
 

Uses of ICalProperty in com.atlassian.gregory.util
 

Methods in com.atlassian.gregory.util with parameters of type ICalProperty
static Date DateTimeParser.parseDate(ICalProperty property)
           
 

Uses of ICalProperty in com.atlassian.gregory.valuetypes
 

Methods in com.atlassian.gregory.valuetypes with parameters of type ICalProperty
static CalUserAddress CalUserAddress.makeCalUserAddress(ICalProperty property)
           
 

Constructors in com.atlassian.gregory.valuetypes with parameters of type ICalProperty
CalUserAddress(ICalProperty property)
           
Duration(ICalProperty property)
           
RequestStatus(ICalProperty property)
           
 



Atlassian Gregory is developed by Atlassian Software Systems.