class MVPbkContactFieldData |
Virtual Phonebook field data interface. Interface for contact field data. Different data type interfaces are derived from this interface, which have data manipulation functionality.
Public Member Functions | |
---|---|
~MVPbkContactFieldData () | |
TAny * | ContactFieldDataExtension ( TUid ) |
void | CopyL (const MVPbkContactFieldData &) |
TVPbkFieldStorageType | DataType () |
TBool | IsEmpty () |
TAny * | ContactFieldDataExtension | ( | TUid | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
TUid |
void | CopyL | ( | const MVPbkContactFieldData & | aFieldData | ) | [pure virtual] |
Copies data from given field data.
const MVPbkContactFieldData & aFieldData | Data that is copied to this object. aFieldData.DataType() == this->DataType() |
TVPbkFieldStorageType | DataType | ( | ) | const [pure virtual] |
Returns the derived data type id.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.