Interface | Description |
---|---|
DatedRecord |
This interface marks records that contain a date.
|
Record |
Represents a single database entry.
|
Class | Description |
---|---|
AbstractRecord |
Abstract
Record implementation that represents a single database
entry. |
AddressRecord |
A
Record implementation that contains an Address record. |
MemoRecord |
A
Record implementation that contains a Memo record. |
NotepadRecord |
An
Record implementation that contains a Notepad entry. |
RawRecord |
An
Record implementation that just contains the raw database record. |
ScheduleRecord |
An
Record implementation for the Calendar PDB. |
ScheduleRecord.Alarm |
Defines an Alarm.
|
ScheduleRecord.Repeat |
Defines the repetition of a schedule.
|
ScheduleRecord.ShortDate |
Contains an immutable date.
|
ScheduleRecord.ShortTime |
Contains an immutable time.
|
TodoRecord |
A
Record implementation that contains a To-do record. |
Enum | Description |
---|---|
AddressRecord.Field |
Available fields of an address.
|
AddressRecord.Label |
Available labels of an address.
|
ScheduleRecord.Alarm.Unit | |
ScheduleRecord.Repeat.Mode |
Copyright © 2009–2017. All rights reserved.