MVPbkBaseContactField Class Reference

class MVPbkBaseContactField

Virtual Phonebook Base contact field interface. An abstract interface Virtual Phonebook read-only contact fields.

Constructor & Destructor Documentation

~MVPbkBaseContactField()

~MVPbkBaseContactField()[inline, virtual]

Destructor.

Member Functions Documentation

BaseContactFieldExtension(TUid)

TAny *BaseContactFieldExtension(TUid)[inline, virtual]

Returns an extension point for this interface or NULL. Extension point or NULL

Parameters

TUid

BestMatchingFieldType()

const MVPbkFieldType *BestMatchingFieldType()const [pure virtual]

Returns the best matching type of the field or NULL if no mapping exists between the native type and virtual phonebook type. This is the same as looping MatchFieldType from priority 0 and getting the first matched type.

The field type or NULL !FieldType(list) || list.ContainsSame(*FieldType(list))

FieldData()

const MVPbkContactFieldData &FieldData()const [pure virtual]

Returns this field's data storage (read-only). The actual data type can be get using the static Cast functions in actual classes.

MVPbkContactFieldTextData

MVPbkContactFieldBinaryData

MVPbkContactFieldDateTimeData

This field's data storage (read-only).

IsSame(const MVPbkBaseContactField &)

TBool IsSame(const MVPbkBaseContactField &aOther)const [pure virtual]

Returns true if this field is the same as another field in the contact instance. Doesn't work for fields from different contact instances. Always use this method instead of direct pointer comparison.

ETrue if contact is same

Parameters

const MVPbkBaseContactField & aOtheranother field inside the contact

MatchFieldType(TInt)

const MVPbkFieldType *MatchFieldType(TIntaMatchPriority)const [pure virtual]

Returns this field's type or NULL if no mapping exists between the native type and virtual phonebook type.

The field type or NULL !FieldType(list) || list.ContainsSame(*FieldType(list))

Parameters

TInt aMatchPrioritymatching priority to use.

ParentContact()

MVPbkBaseContact &ParentContact()const [pure virtual]

Returns the parent contact where this field is from.

The parent contact where this field is from.