|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.groupware.CalendarEntry.Type
public static final class CalendarEntry.Type
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 |
---|
public static final CalendarEntry.Type APPOINTMENT
public static final CalendarEntry.Type ANNIVERSARY
public static final CalendarEntry.Type ALLDAYEVENT
public static final CalendarEntry.Type MEETING
public static final CalendarEntry.Type REMINDER
public static final int APPOINTMENT_VALUE
public static final int ANNIVERSARY_VALUE
public static final int ALLDAYEVENT_VALUE
public static final int MEETING_VALUE
public static final int REMINDER_VALUE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |