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
voidEndCharacteristicL()
voidParameterL(TInt, const TDesC &)
voidParameterL(const TDesC &, const TDesC &)
voidStartCharacteristicL(TInt)
voidStartCharacteristicL(const TDesC &)

Member Functions Documentation

EndCharacteristicL()

voidEndCharacteristicL()[pure virtual]

Ends the current characteristic.

ParameterL(TInt, const TDesC &)

voidParameterL(TIntaID,
const TDesC &aValue
)[pure virtual]

Inserts a parameter in the current characteristic.

Parameters

TInt aIDThe ID of the parameter
const TDesC & aValueThe value of the parameter

ParameterL(const TDesC &, const TDesC &)

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

Inserts a parameter in the current characteristic.

Parameters

const TDesC & aNameThe name of the parameter
const TDesC & aValueThe value of the parameter

StartCharacteristicL(TInt)

voidStartCharacteristicL(TIntaType)[pure virtual]

Starts a new characteristic and sets it as current.

Parameters

TInt aTypeThe characteristic type

StartCharacteristicL(const TDesC &)

voidStartCharacteristicL(const TDesC &aName)[pure virtual]

Starts a new characteristic and sets it as current.

Parameters

const TDesC & aNameThe name of the characteristic