Uses of Class
biweekly.property.ICalProperty

Packages that use ICalProperty
biweekly   
biweekly.component   
biweekly.component.marshaller   
biweekly.io.text   
biweekly.io.xml   
biweekly.property   
biweekly.property.marshaller   
 

Uses of ICalProperty in biweekly
 

Method parameters in biweekly with type arguments of type ICalProperty
 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.WriterChainTextMulti Biweekly.WriterChainTextMulti.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.WriterChainTextSingle Biweekly.WriterChainTextSingle.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.WriterChainXml Biweekly.WriterChainXml.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 

Uses of ICalProperty in biweekly.component
 

Fields in biweekly.component with type parameters of type ICalProperty
protected  ListMultimap<Class<? extends ICalProperty>,ICalProperty> ICalComponent.properties
           
protected  ListMultimap<Class<? extends ICalProperty>,ICalProperty> ICalComponent.properties
           
 

Methods in biweekly.component with type parameters of type ICalProperty
<T extends ICalProperty>
List<T>
ICalComponent.getProperties(Class<T> clazz)
          Gets all properties of a given class.
<T extends ICalProperty>
T
ICalComponent.getProperty(Class<T> clazz)
          Gets the first property of a given class.
<T extends ICalProperty>
void
ICalComponent.setProperty(Class<T> clazz, T property)
          Replaces all existing properties of the given class with a single property instance.
 

Methods in biweekly.component that return types with arguments of type ICalProperty
 ListMultimap<Class<? extends ICalProperty>,ICalProperty> ICalComponent.getProperties()
          Gets all the properties associated with this component.
 ListMultimap<Class<? extends ICalProperty>,ICalProperty> ICalComponent.getProperties()
          Gets all the properties associated with this component.
 

Methods in biweekly.component with parameters of type ICalProperty
 void ICalComponent.addProperty(ICalProperty property)
          Adds a property to this component.
 void ICalComponent.setProperty(ICalProperty property)
          Replaces all existing properties of the given class with a single property instance.
 

Method parameters in biweekly.component with type arguments of type ICalProperty
 void ICalComponent.removeProperties(Class<? extends ICalProperty> clazz)
          Removes properties from the iCalendar object.
 

Uses of ICalProperty in biweekly.component.marshaller
 

Methods in biweekly.component.marshaller that return types with arguments of type ICalProperty
 Collection<ICalProperty> ICalComponentMarshaller.getProperties(T component)
          Gets the properties to marshal.
 Collection<ICalProperty> VFreeBusyMarshaller.getProperties(VFreeBusy component)
           
 

Uses of ICalProperty in biweekly.io.text
 

Method parameters in biweekly.io.text with type arguments of type ICalProperty
 void ICalWriter.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
          Registers a marshaller for an experimental property.
 void ICalReader.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
          Registers a marshaller for an experimental property.
 

Uses of ICalProperty in biweekly.io.xml
 

Method parameters in biweekly.io.xml with type arguments of type ICalProperty
 void XCalDocument.registerMarshaller(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
          Registers a marshaller for an experimental property.
 

Uses of ICalProperty in biweekly.property
 

Subclasses of ICalProperty in biweekly.property
 class Action
           Defines the type of action to invoke when an alarm is triggered.
 class Attachment
           Represents a binary resource that is associated with an event, to-do, journal entry, or alarm.
 class Attendee
           Defines an attendee (such as a person attending an event).
 class CalendarScale
           Specifies the calendar system that this iCalendar object uses.
 class Categories
           Defines a list of "tags" or "keywords" that describe the component that the property belongs to.
 class Classification
           Defines the level of sensitivity of the iCalendar data.
 class Comment
          Defines a free-text comment to be read by the user.
 class Completed
          Defines the date and time that a to-do was completed.
 class Contact
          Defines contact information for a person or other entity (for example, the name of a business and its phone number).
 class Created
          Defines the date-time that the calendar information was initially created.
 class DateDue
          Defines the date that a to-do is due by.
 class DateEnd
          Defines the date that an event or free/busy component ends.
 class DateOrDateTimeProperty
          Represents a property whose value is a date or a date-time.
 class DateStart
          Defines the date that an event, free/busy component, or timezone component starts.
 class DateTimeProperty
          Represents a property whose value is a date-time.
 class DateTimeStamp
           The meaning of this property varies depending on the state of the iCalendar object: If a Method parameter exists: Defines the creation date of the iCalendar object (not the creation date of the actual calendar data).
 class Description
          A detailed description of the component that this property belongs to.
 class DurationProperty
           Defines a duration of time (for example, "2 hours and 30 minutes").
 class ExceptionDates
          Defines a list of exceptions to the recurrence rule defined in a component.
 class FreeBusy
           Defines a person's availability over certain time periods (for example, "busy" between 1pm-3pm and 4pm-5pm).
 class Geo
          Defines a set of geographical coordinates.
 class IntegerProperty
          Represents a property whose value is an integer.
 class LastModified
          Defines the date-time that the calendar data in a component was last changed.
 class ListProperty<T>
          Represents a property whose value is a list of values.
 class Location
          Defines the physical location of an event.
 class Method
          Specifies the value of the Content-Type "method" parameter if the iCal is defined as a MIME message entity.
 class Organizer
           Defines an organizer.
 class PercentComplete
          Defines the amount that a to-do task has been completed.
 class Priority
          Defines the priority of an event or to-do.
 class ProductId
          Identifies the application that created the iCalendar object.
 class RawProperty
          A property that does not have a marshaller associated with it.
 class RecurrenceDates
           Defines a list of dates or periods that help define a recurrence rule.
 class RecurrenceId
          Records the original value of the DateStart property if a recurrence instance has been modified.
 class RecurrenceRule
           Defines how often a component repeats.
 class RelatedTo
          Defines a relationship between the component that this property belongs to and another component.
 class Repeat
          Defines the number of times an alarm should be repeated after its initial trigger.
 class RequestStatus
          Represents a response to a scheduling request, describing whether the request was successfully processed or not.
 class Resources
          Defines a list of resources that are needed for an event or to-do (for example, an easel, a projector or a DVD player).
 class Sequence
          Defines a revision number for a component.
 class Status
          Defines the status of the component that this property belongs to.
 class Summary
          Defines a short, one line summary of the component that this property belongs to.
 class TextProperty
          Represents a property whose value is a plain-text string.
 class TimezoneId
          Defines a unique identifier for a VTimezone component.
 class TimezoneName
          Defines the traditional, non-standard name for a timezone (for example, "EST" for the US east coast).
 class TimezoneOffsetFrom
          Defines the timezone offset that was in use before a timezone observance.
 class TimezoneOffsetTo
          Defines the timezone offset that is currently in use in a timezone observance.
 class TimezoneUrl
          Defines a URL that points to an iCalendar object that contains further information on a timezone.
 class Transparency
           Defines whether an event is visible to free/busy time searches.
 class Trigger
           Defines when an alarm will be triggered.
 class Uid
           Defines a unique identifier for a component.
 class Url
          Points to a resource that contains additional information about a component.
 class UtcOffsetProperty
          Represents a property whose value is a timezone offset.
 class ValuedProperty<T>
          Represents a property whose data model consists of a single object (such as a String).
 class Version
           Specifies the min/max versions a consumer must support in order to successfully parse the iCalendar object.
 class Xml
          Used for storing properties parsed from xCal documents whose XML namespaces are not part of the xCal XML namespace.
 

Uses of ICalProperty in biweekly.property.marshaller
 

Classes in biweekly.property.marshaller with type parameters of type ICalProperty
 class ICalPropertyMarshaller<T extends ICalProperty>
          Base class for iCalendar property marshallers.
 

Methods in biweekly.property.marshaller that return types with arguments of type ICalProperty
static ICalPropertyMarshaller<? extends ICalProperty> PropertyLibrary.getMarshaller(Class<? extends ICalProperty> clazz)
          Gets a property marshaller by class.
static ICalPropertyMarshaller<? extends ICalProperty> PropertyLibrary.getMarshaller(QName qname)
          Gets a property marshaller by XML local name and namespace.
static ICalPropertyMarshaller<? extends ICalProperty> PropertyLibrary.getMarshaller(String propertyName)
          Gets a property marshaller by name.
 

Method parameters in biweekly.property.marshaller with type arguments of type ICalProperty
static ICalPropertyMarshaller<? extends ICalProperty> PropertyLibrary.getMarshaller(Class<? extends ICalProperty> clazz)
          Gets a property marshaller by class.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.