class CommsDat::CMDBNumFieldBase : public CommsDat::CMDBElement |
Commsdat Container classes qualifying numeric values
Public Member Functions | |
---|---|
CMDBNumFieldBase() | |
CMDBNumFieldBase(TMDBElementId) | |
TMDBElementId | GetL() |
IMPORT_C void | SetMaxLengthL(TInt) |
IMPORT_C CMDBNumFieldBase & | operator=(const TInt) |
Private Member Functions | |
---|---|
TCDFieldValueTypes | Type() |
Inherited Attributes | |
---|---|
CommsDat::CMDBElement::iElementId | |
CommsDat::CMDBElement::iValue |
IMPORT_C | CMDBNumFieldBase | ( | TMDBElementId | aFieldId | ) |
Constructor setting Field's ElementId
TMDBElementId aFieldId |
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
IMPORT_C CMDBNumFieldBase & | operator= | ( | const TInt | aValue | ) |
Assignment operator for field value
const TInt aValue |