CommsDat::CMDBTextFieldBase Class Reference

class CommsDat::CMDBTextFieldBase : public CommsDat::CMDBElement

Base Container class qualifying a text field

Inherits from

Constructor & Destructor Documentation

CMDBTextFieldBase()

IMPORT_C CMDBTextFieldBase ( )

Default Constructor

CMDBTextFieldBase(TMDBElementId)

IMPORT_C CMDBTextFieldBase ( TMDBElementId aFieldId )

Constructor setting Field's ElementId

Parameters

TMDBElementId aFieldId

~CMDBTextFieldBase()

IMPORT_C ~CMDBTextFieldBase ( )

Destructor that deletes the field value

Member Functions Documentation

SetMaxLengthL(TInt)

IMPORT_C void SetMaxLengthL ( TInt aLength )

Parameters

TInt aLength

Type()

TCDFieldValueTypes Type ( ) [private, inline, virtual]

Queries the type of the field value

Returns the enumeration TCDFieldValueTypes that represents the value that can be stored in this element

operator=(const TDesC &)

IMPORT_C CMDBTextFieldBase & operator= ( const TDesC & aValue )

Assignment Operator setting Field's value

Parameters

const TDesC & aValue