org.jasig.schedassist.model
Class AvailableVersion

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.AvailableVersion
All Implemented Interfaces:
Serializable, net.fortuna.ical4j.model.Escapable

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

XProperty that describes the version of the Scheduling Assistant software used to create this event.

Version:
$Id: AvailableVersion.java 1989 2010-04-23 17:14:11Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Field Summary
static String AVAILABLE_VERSION
           
static AvailableVersion AVAILABLE_VERSION_1_0
           
static AvailableVersion AVAILABLE_VERSION_1_1
           
static AvailableVersion AVAILABLE_VERSION_1_2
           
 
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
 
Constructor Summary
AvailableVersion(String value)
           
 
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

AVAILABLE_VERSION

public static final String AVAILABLE_VERSION
See Also:
Constant Field Values

AVAILABLE_VERSION_1_0

public static final AvailableVersion AVAILABLE_VERSION_1_0

AVAILABLE_VERSION_1_1

public static final AvailableVersion AVAILABLE_VERSION_1_1

AVAILABLE_VERSION_1_2

public static final AvailableVersion AVAILABLE_VERSION_1_2
Constructor Detail

AvailableVersion

public AvailableVersion(String value)
Parameters:
value -


Copyright © 2012 Jasig. All Rights Reserved.