de.bea.domingo.groupware
Class CalendarEntry.Type

java.lang.Object
  extended by de.bea.domingo.groupware.CalendarEntry.Type
Enclosing class:
CalendarEntry

public static final class CalendarEntry.Type
extends java.lang.Object

Represents all possible values for the importance.


Field Summary
static CalendarEntry.Type ALLDAYEVENT
          calendar entry type: All Day Event.
static int ALLDAYEVENT_VALUE
          calendar entry type value: All Day Event.
static CalendarEntry.Type ANNIVERSARY
          calendar entry type: Anniversary.
static int ANNIVERSARY_VALUE
          calendar entry type value: Anniversary.
static CalendarEntry.Type APPOINTMENT
          calendar entry type: Appointment.
static int APPOINTMENT_VALUE
          calendar entry type value: Appointment.
static CalendarEntry.Type MEETING
          calendar entry type: Appointment.
static int MEETING_VALUE
          calendar entry type value: Appointment.
static CalendarEntry.Type REMINDER
          calendar entry type: Reminder.
static int REMINDER_VALUE
          calendar entry type value: Reminder.
 
Method Summary
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

APPOINTMENT

public static final CalendarEntry.Type APPOINTMENT
calendar entry type: Appointment.


ANNIVERSARY

public static final CalendarEntry.Type ANNIVERSARY
calendar entry type: Anniversary.


ALLDAYEVENT

public static final CalendarEntry.Type ALLDAYEVENT
calendar entry type: All Day Event.


MEETING

public static final CalendarEntry.Type MEETING
calendar entry type: Appointment.


REMINDER

public static final CalendarEntry.Type REMINDER
calendar entry type: Reminder.


APPOINTMENT_VALUE

public static final int APPOINTMENT_VALUE
calendar entry type value: Appointment.

See Also:
Constant Field Values

ANNIVERSARY_VALUE

public static final int ANNIVERSARY_VALUE
calendar entry type value: Anniversary.

See Also:
Constant Field Values

ALLDAYEVENT_VALUE

public static final int ALLDAYEVENT_VALUE
calendar entry type value: All Day Event.

See Also:
Constant Field Values

MEETING_VALUE

public static final int MEETING_VALUE
calendar entry type value: Appointment.

See Also:
Constant Field Values

REMINDER_VALUE

public static final int REMINDER_VALUE
calendar entry type value: Reminder.

See Also:
Constant Field Values
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Domingo Java-API