MWPBuilder Class Reference

class MWPBuilder

MWPBuilder can be used by the parser to pass data to the engine.

ProvisioningEngine
Since
2.0
Public Member Functions
void EndCharacteristicL ()
void ParameterL ( TInt , const TDesC &)
void ParameterL (const TDesC &, const TDesC &)
void StartCharacteristicL ( TInt )
void StartCharacteristicL (const TDesC &)

Member Functions Documentation

EndCharacteristicL()

void EndCharacteristicL ( ) [pure virtual]

Ends the current characteristic.

ParameterL(TInt, const TDesC &)

void ParameterL ( TInt aID,
const TDesC & aValue
) [pure virtual]

Inserts a parameter in the current characteristic.

Parameters

TInt aID The ID of the parameter
const TDesC & aValue The value of the parameter

ParameterL(const TDesC &, const TDesC &)

void ParameterL ( const TDesC & aName,
const TDesC & aValue
) [pure virtual]

Inserts a parameter in the current characteristic.

Parameters

const TDesC & aName The name of the parameter
const TDesC & aValue The value of the parameter

StartCharacteristicL(TInt)

void StartCharacteristicL ( TInt aType ) [pure virtual]

Starts a new characteristic and sets it as current.

Parameters

TInt aType The characteristic type

StartCharacteristicL(const TDesC &)

void StartCharacteristicL ( const TDesC & aName ) [pure virtual]

Starts a new characteristic and sets it as current.

Parameters

const TDesC & aName The name of the characteristic