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

Packages that use AgendaType
edu.cmu.andrew.icalendar   
 

Uses of AgendaType in edu.cmu.andrew.icalendar
 

Fields in edu.cmu.andrew.icalendar declared as AgendaType
static AgendaType AgendaType.PERSON
           
static AgendaType AgendaType.LOCATION
           
static AgendaType AgendaType.RESOURCE
           
static AgendaType AgendaType.DYNAMIC
           
static AgendaType AgendaType.ORGANIZATION
           
static AgendaType AgendaType.UNKNOWN
           
 

Methods in edu.cmu.andrew.icalendar that return AgendaType
static AgendaType AgendaType.valueOf(String s)
          Resolve a string to the appropriate AgendaType.
static AgendaType AgendaType.valueOf(char c)
           
 AgendaType Agenda.getType()
          Returns the type of this agenda.