API published in: S60 1st Ed
API deprecated in: S60 5th Ed
Link against: pbkeng.lib
Required Capabilities
ReadUserData WriteUserData
#include <mpbkfielddata.h>
Inherited by TPbkContactItemField.
The interface is used as an abstraction to handle phonebook contact item field data access. The Phonebook contact item field abstraction TPbkContactItemField implements this interface.
Public Member Functions |
|
virtual | ~MPbkFieldData () |
Destructor. |
|
virtual TStorageType | PbkFieldType () const =0 |
Returns the type of this field data. |
|
virtual TPbkFieldId | PbkFieldId () const =0 |
Returns the field id of this field data. |
|
virtual TPtrC | PbkFieldText () const =0 |
Returns the text value of this field data. |
|
virtual TTime | PbkFieldTime () const =0 |
Returns the Time value of this field data. |
|
Destructor. |
|
Returns the field id of this field data. Implemented in TPbkContactItemField. |
|
Returns the text value of this field data. PbkFieldType()==KStrorageTypeText. Implemented in TPbkContactItemField. |
|
Returns the Time value of this field data. PbkFieldType()==KStoragetTypeDateTime. Implemented in TPbkContactItemField. |
|
Returns the type of this field data.
Implemented in TPbkContactItemField. |