org.jasig.schedassist.model
Class AvailabilityReflection

java.lang.Object
  extended by net.fortuna.ical4j.model.Content
      extended by net.fortuna.ical4j.model.Property
          extended by net.fortuna.ical4j.model.property.XProperty
              extended by org.jasig.schedassist.model.AvailabilityReflection
All Implemented Interfaces:
Serializable, net.fortuna.ical4j.model.Escapable

public class AvailabilityReflection
extends net.fortuna.ical4j.model.property.XProperty

XProperty added to Daily notes to signal that the event is a reflection of a period of Availability in an owner's schedule.

Version:
$Id: AvailabilityReflection.java $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Field Summary
static String AVAILABILITY_REFLECTION
          Property name
static AvailabilityReflection TRUE
           
 
Fields inherited from class net.fortuna.ical4j.model.Property
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION
 
Method Summary
 
Methods inherited from class net.fortuna.ical4j.model.property.XProperty
getValue, setValue, validate
 
Methods inherited from class net.fortuna.ical4j.model.Property
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AVAILABILITY_REFLECTION

public static final String AVAILABILITY_REFLECTION
Property name

See Also:
Constant Field Values

TRUE

public static final AvailabilityReflection TRUE


Copyright © 2011 Jasig. All Rights Reserved.