|
Public Member Functions |
virtual IMPORT_C | ~CSenFacet () |
virtual IMPORT_C void | SetNameL (const TDesC8 &aName) |
| Setter for name.
|
virtual IMPORT_C void | SetTypeL (const TDesC8 &aType) |
| Setter for type.
|
virtual IMPORT_C void | SetValueL (const TDesC8 &aValue) |
| Setter for value.
|
virtual IMPORT_C TPtrC8 | Name () |
| Getter for name.
|
virtual IMPORT_C TPtrC8 | Type () |
| Getter for type.
|
virtual IMPORT_C TPtrC8 | Value () |
| Getter for value.
|
Static Public Member Functions |
static IMPORT_C CSenFacet * | NewL () |
| Basic constructor.
|
static IMPORT_C CSenFacet * | NewL (CSenElement &aCopiedSource) |
| Basic constructor.
|
static IMPORT_C CSenFacet * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
| Basic constructor.
|
Protected Member Functions |
IMPORT_C | CSenFacet () |
| C++ default constructor.
|
IMPORT_C void | ConstructL (const TDesC8 &aLocalName) |
| By default Symbian 2nd phase constructors are private.
|
IMPORT_C void | ConstructL (CSenElement &aCopiedSource) |
IMPORT_C void | ConstructL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |