MVPbkContactFieldTextData Class Reference
class MVPbkContactFieldTextData : public MVPbkContactFieldData |
Virtual Phonebook Contact field text data. This interface is used to manipulate text contact field data.
Inherits from
- MVPbkContactFieldTextData
Constructor & Destructor Documentation
~MVPbkContactFieldTextData()
~MVPbkContactFieldTextData | ( | ) | [inline, virtual] |
Member Functions Documentation
Cast(MVPbkContactFieldData &)
Casts MVPbkContactFieldData to this interface.
aFieldData.DataType() == EVPbkFieldStorageTypeText VPbkError::Panic(VPbkError::EFieldDataTypeMismatch) is raised if the precondition does not hold.
Cast(const MVPbkContactFieldData &)
Casts const MVPbkContactFieldData to this interface.
aFieldData.DataType() == EVPbkFieldStorageTypeText VPbkError::Panic(VPbkError::EFieldDataTypeMismatch) is raised if the precondition does not hold.
ContactFieldTextDataExtension(TUid)
TAny * | ContactFieldTextDataExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
DataType()
Returns the derived data type id.
MaxLength()
TInt
| MaxLength | ( | ) | const [pure virtual] |
Returns maximum length of the field.
SetTextL(const TDesC &)
void | SetTextL | ( | const TDesC & | aText | ) | [pure virtual] |
Sets the string data.
- Exceptions
-
Text()
TPtrC
| Text | ( | ) | const [pure virtual] |
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.