#include <app/MVPbkContactAttribute.h>
class MVPbkContactAttribute |
Public Member Functions | |
---|---|
virtual | ~MVPbkContactAttribute() |
pure virtual TUid | AttributeType() |
pure virtual MVPbkContactAttribute * | CloneLC() |
virtual TAny * | ContactAttributeExtension(TUid) |
Virtual Phonebook Contact attribute interface. Base class for different kinds of attributes. The UID returned by AttributeType uniquely identifies the implementation class of this interface.
TUid | AttributeType | ( | ) | const [pure virtual] |
Returns the attribute type of the object.
Returns: The attribute type of the object.
MVPbkContactAttribute * | CloneLC | ( | ) | const [pure virtual] |
Returns a copy of this object.
Returns: A copy of this object.