Uses of Class
edu.cmu.andrew.icalendar.Property

Packages that use Property
edu.cmu.andrew.icalendar   
edu.cmu.andrew.icalendar.properties   
 

Uses of Property in edu.cmu.andrew.icalendar
 

Methods in edu.cmu.andrew.icalendar that return Property
private  Property VCalendarParser.parseProperty(BufferedReader r)
          given a stream at the start of a property line, parse the property.
static Property Property.getInstance(String name, String value, Map parameters)
          Create a Property object of the correct type for name.
 

Uses of Property in edu.cmu.andrew.icalendar.properties
 

Subclasses of Property in edu.cmu.andrew.icalendar.properties
 class Transp
           
 class UnknownDate
          A generic property that must contain a Date value.
 class UnknownDuration
          A generic property that must contain a duration.
 class UnknownInteger
          A generic property that must contain an integer value.
 class UnknownProperty
          A generic property of unknown type.
 class UnknownSingleDate
          A generic property that must contain an integer value.
 class UnknownSingleDuration
          A generic property that must contain a duration.
 class UnknownSingleInteger
          A generic property that must contain an integer value.
 class UnknownSingleString
          A generic property that must contain a String value, without any siblings.
 class UnknownString
          A generic property that must contain a String value.