Uses of Class
net.fortuna.ical4j.model.Property

Packages that use Property
net.fortuna.ical4j.data Contains types providing RFC2445 input, output and parsing functionality. 
net.fortuna.ical4j.filter Filtering rules that may be used on lists of components, properties or parameters. 
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
net.fortuna.ical4j.model.property Contains types used to represent the iCalendar property model. 
net.fortuna.ical4j.util Contains utility types that provide supporting functionality for iCal4j. 
 

Uses of Property in net.fortuna.ical4j.data
 

Fields in net.fortuna.ical4j.data declared as Property
protected  Property CalendarBuilder.property
          The current property instance created by the builder.
 

Uses of Property in net.fortuna.ical4j.filter
 

Constructors in net.fortuna.ical4j.filter with parameters of type Property
HasPropertyRule(Property property)
          Constructs a new instance with the specified property.
HasPropertyRule(Property property, boolean matchEquals)
          Constructs a new instance with the specified property.
 

Uses of Property in net.fortuna.ical4j.model
 

Methods in net.fortuna.ical4j.model that return Property
 Property Property.copy()
          Create a (deep) copy of this property.
 Property PropertyFactoryImpl.createProperty(java.lang.String name)
          
 Property PropertyFactory.createProperty(java.lang.String name)
           
 Property PropertyFactoryImpl.createProperty(java.lang.String name, ParameterList parameters, java.lang.String value)
          
 Property PropertyFactory.createProperty(java.lang.String name, ParameterList parameters, java.lang.String value)
           
 Property Calendar.getProperty(java.lang.String name)
          Convenience method for retrieving a named property.
 Property Component.getProperty(java.lang.String name)
          Convenience method for retrieving a named property.
 Property PropertyList.getProperty(java.lang.String aName)
          Returns the first property of specified name.
 Property IndexedPropertyList.getProperty(java.lang.String paramValue)
          Returns the first property containing a parameter with the specified value.
 

Methods in net.fortuna.ical4j.model with parameters of type Property
 boolean PropertyList.add(Property property)
          Add a property to the list.
 boolean PropertyList.remove(Property property)
          Remove a property from the list.
 

Constructors in net.fortuna.ical4j.model with parameters of type Property
Property(Property property)
          Deprecated. Use copy() instead
 

Uses of Property in net.fortuna.ical4j.model.property
 

Subclasses of Property in net.fortuna.ical4j.model.property
 class Action
          $Id: Action.java,v 1.20 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines an ACTION iCalendar component property.
 class Attach
          $Id: Attach.java,v 1.28 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines an ATTACH iCalendar component property.
 class Attendee
          $Id: Attendee.java,v 1.20 2011/05/19 14:12:51 fortuna Exp $ Created: [Apr 6, 2004] Defines an ATTENDEE iCalendar component property.
 class BusyType
          $Id: BusyType.java,v 1.9 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a BUSYTYPE iCalendar component property.
 class CalScale
          $Id: CalScale.java,v 1.17 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a CALSCALE iCalendar property.
 class Categories
          $Id: Categories.java,v 1.20 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a CATEGORIES iCalendar component property.
 class Clazz
          $Id: Clazz.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a CLASS iCalendar property.
 class Comment
          $Id: Comment.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a COMMENT iCalendar component property.
 class Completed
          $Id: Completed.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a COMPLETED iCalendar component property.
 class Contact
          $Id: Contact.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a CONTACT iCalendar component property.
 class Country
          $Id$ Created: [Apr 6, 2004] Defines a REGION iCalendar component property.
 class Created
          $Id: Created.java,v 1.17 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a CREATED iCalendar component property.
 class DateListProperty
          $Id: DateListProperty.java,v 1.20 2011/03/01 17:28:49 quillaud Exp $ Created on 11/08/2005 Base class for properties with a list of dates as a value.
 class DateProperty
          $Id: DateProperty.java,v 1.38 2011/02/20 03:14:09 fortuna Exp $ Created on 9/07/2005 Base class for properties with a DATE or DATE-TIME value.
 class Description
          $Id: Description.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a DESCRIPTION iCalendar component property.
 class DtEnd
          $Id: DtEnd.java,v 1.25 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a DTEND iCalendar component property.
 class DtStamp
          $Id: DtStamp.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a DTSTAMP iCalendar component property.
 class DtStart
          $Id: DtStart.java,v 1.24 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a DTSTART iCalendar component property.
 class Due
          $Id: Due.java,v 1.22 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a DUE iCalendar component property.
 class Duration
          $Id: Duration.java,v 1.18 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a DURATION iCalendar component property.
 class ExDate
          $Id: ExDate.java,v 1.18 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a EXDATE iCalendar component property.
 class ExRule
          $Id: ExRule.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a EXRULE iCalendar component property.
 class ExtendedAddress
          $Id$ Created: [Apr 6, 2004] Defines a EXTENDED_ADDRESS iCalendar component property.
 class FreeBusy
          $Id: FreeBusy.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 14, 2004] Defines a FREEBUSY iCalendar component property.
 class Geo
          $Id: Geo.java,v 1.21 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a GEO iCalendar component property.
 class LastModified
          $Id: LastModified.java,v 1.20 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a LAST-MODIFIED iCalendar component property.
 class Locality
          $Id$ Created: [Apr 6, 2004] Defines a LOCALITY iCalendar component property.
 class Location
          $Id: Location.java,v 1.17 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a LOCATION iCalendar component property.
 class LocationType
          $Id$ Created: [Apr 6, 2004] Defines a LOCATION_TYPE iCalendar component property.
 class Method
          $Id: Method.java,v 1.17 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a METHOD iCalendar property.
 class Name
          $Id$ Created: [Apr 6, 2004] Defines a NAME iCalendar component property.
 class Organizer
          $Id: Organizer.java,v 1.21 2011/05/19 14:12:51 fortuna Exp $ Created: [Apr 6, 2004] Defines an ORGANIZER iCalendar component property.
 class PercentComplete
          $Id: PercentComplete.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a PERCENT-COMPLETE iCalendar component property.
 class Postalcode
          $Id$ Created: [Apr 6, 2004] Defines a POSTALCODE iCalendar component property.
 class Priority
          $Id: Priority.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a PRIORITY iCalendar component property.
 class ProdId
          $Id: ProdId.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a PRODID iCalendar property.
 class RDate
          $Id: RDate.java,v 1.24 2011/03/19 06:27:42 fortuna Exp $ Created: [Apr 6, 2004] Defines an RDATE iCalendar component property.
 class RecurrenceId
          $Id: RecurrenceId.java,v 1.24 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a RECURRENCE-ID iCalendar component property.
 class Region
          $Id$ Created: [Apr 6, 2004] Defines a REGION iCalendar component property.
 class RelatedTo
          $Id: RelatedTo.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a RELATED-TO iCalendar component property.
 class Repeat
          $Id: Repeat.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a REPEAT iCalendar component property.
 class RequestStatus
          $Id: RequestStatus.java,v 1.18 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a REQUEST-STATUS iCalendar component property.
 class Resources
          $Id: Resources.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a RESOURCES iCalendar component property.
 class RRule
          $Id: RRule.java,v 1.17 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines an RRULE iCalendar component property.
 class Sequence
          $Id: Sequence.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a SEQUENCE iCalendar component property.
 class Status
          $Id: Status.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a STATUS iCalendar component property.
 class StreetAddress
          $Id$ Created: [Apr 6, 2004] Defines a STREET_ADDRESS iCalendar component property.
 class Summary
          $Id: Summary.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a SUMMARY iCalendar component property.
 class Tel
          $Id$ Created: [Apr 6, 2004] Defines a TEL iCalendar component property.
 class Transp
          $Id: Transp.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TRANSP iCalendar component property.
 class Trigger
          $Id: Trigger.java,v 1.28 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TRIGGER iCalendar component property.
 class TzId
          $Id: TzId.java,v 1.18 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TZID iCalendar component property.
 class TzName
          $Id: TzName.java,v 1.15 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TZNAME iCalendar component property.
 class TzOffsetFrom
          $Id: TzOffsetFrom.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TZOFFSETFROM iCalendar component property.
 class TzOffsetTo
          $Id: TzOffsetTo.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TZOFFSETTO iCalendar component property.
 class TzUrl
          $Id: TzUrl.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a TZURL iCalendar component property.
 class Uid
          $Id: Uid.java,v 1.16 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a UID iCalendar component property.
 class Url
          $Id: Url.java,v 1.19 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a URL iCalendar component property.
 class UtcProperty
          $Id: UtcProperty.java,v 1.18 2011/03/07 09:00:16 fortuna Exp $ Created on 8/08/2005 Superclass for all properties with date-time values that must be specified in UTC time.
 class Version
          $Id: Version.java,v 1.20 2011/02/20 03:14:09 fortuna Exp $ Created: [Apr 6, 2004] Defines a VERSION iCalendar property.
 class XProperty
          $Id: XProperty.java,v 1.20 2011/02/20 03:14:09 fortuna Exp $ Created: [15/06/2004] Defines an extension property.
 

Methods in net.fortuna.ical4j.model.property that return Property
 Property DateProperty.copy()
          Create a (deep) copy of this property.
 Property DateListProperty.copy()
          Create a (deep) copy of this property.
 

Uses of Property in net.fortuna.ical4j.util
 

Methods in net.fortuna.ical4j.util that return Property
static Property Constants.forProperty(Property property)
          Returns a constant equivalent to the specified property if one is applicable.
 

Methods in net.fortuna.ical4j.util with parameters of type Property
static Property Constants.forProperty(Property property)
          Returns a constant equivalent to the specified property if one is applicable.
 



Copyright © 2004-2011 Modularity. All Rights Reserved.