Uses of Class
de.bea.domingo.groupware.CalendarEntry.Type

Packages that use CalendarEntry.Type
de.bea.domingo.groupware Groupware interface to Lotus Notes/Domino. 
 

Uses of CalendarEntry.Type in de.bea.domingo.groupware
 

Fields in de.bea.domingo.groupware declared as CalendarEntry.Type
static CalendarEntry.Type CalendarEntry.Type.ALLDAYEVENT
          calendar entry type: All Day Event.
static CalendarEntry.Type CalendarEntry.Type.ANNIVERSARY
          calendar entry type: Anniversary.
static CalendarEntry.Type CalendarEntry.Type.APPOINTMENT
          calendar entry type: Appointment.
static CalendarEntry.Type CalendarEntry.Type.MEETING
          calendar entry type: Appointment.
static CalendarEntry.Type CalendarEntry.Type.REMINDER
          calendar entry type: Reminder.
 

Methods in de.bea.domingo.groupware that return CalendarEntry.Type
 CalendarEntry.Type CalendarEntryDigest.getType()
           
 CalendarEntry.Type CalendarEntry.getType()
          Returns the type of a calendar entry.
 

Methods in de.bea.domingo.groupware with parameters of type CalendarEntry.Type
 void CalendarEntryDigest.setType(CalendarEntry.Type type)
           
 void CalendarEntry.setType(CalendarEntry.Type type)
          Sets the type of a calendar entry.
 



Domingo Java-API