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. Extension point 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. Contact field storage type.
TBool | IsEmpty | ( | ) | const [pure virtual] |
Returns true if the storage is empty. ETrue if the data field is empty.