contacts_plat/virtual_phonebook_engine_api/inc/MVPbkFieldType.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   639         virtual TBool Matches(
   639         virtual TBool Matches(
   640                 const TVPbkFieldVersitProperty& aMatchProperty,
   640                 const TVPbkFieldVersitProperty& aMatchProperty,
   641                 TInt aMatchPriority ) const = 0;
   641                 TInt aMatchPriority ) const = 0;
   642 
   642 
   643         /**
   643         /**
   644          * Returns the field type resource id from vpbkeng.rsg
   644          * Returns the field type resource id from VPbkEng.rsg
   645          * that be used to identify a type.
   645          * that be used to identify a type.
   646          *
   646          *
   647          * @return A field type resource id.
   647          * @return A field type resource id.
   648          */
   648          */
   649         virtual TInt FieldTypeResId() const = 0;
   649         virtual TInt FieldTypeResId() const = 0;
   730 
   730 
   731         /**
   731         /**
   732          * Returns the field type corresponding to field type resource id.
   732          * Returns the field type corresponding to field type resource id.
   733          *
   733          *
   734          * If no match is found returns NULL. The resource id aFieldTypeResId
   734          * If no match is found returns NULL. The resource id aFieldTypeResId
   735          * corresponds to the VPBK_FIELD_TYPE types in vpbkeng.rsg.
   735          * corresponds to the VPBK_FIELD_TYPE types in VPbkEng.rsg.
   736          *
   736          *
   737          * @param aFieldTypeResId The field type resource id.
   737          * @param aFieldTypeResId The field type resource id.
   738          * @return The corresponding field type.
   738          * @return The corresponding field type.
   739          */
   739          */
   740         virtual const MVPbkFieldType* Find( TInt /*aFieldTypeResId*/ ) const
   740         virtual const MVPbkFieldType* Find( TInt /*aFieldTypeResId*/ ) const