public static final class CalendarEntry.Type extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
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
public String toString()
toString in class ObjectObject.toString()Copyright © 2005–2020. All rights reserved.