MPresenceInfoFieldValueEnum Class Reference
| class MPresenceInfoFieldValueEnum : public MXIMPBase |
Interface for presence information field value having an enumerated integer value.
Inherits from
- MPresenceInfoFieldValueEnum
Constructor & Destructor Documentation
~MPresenceInfoFieldValueEnum()
| ~MPresenceInfoFieldValueEnum | ( | ) | [inline, virtual] |
Member Functions Documentation
MaxValue()
|
TInt
| MaxValue | ( | ) | const [pure virtual] |
Returns maximum value of enumeration.
MinValue()
|
TInt
| MinValue | ( | ) | const [pure virtual] |
Returns minimum value of enumeration.
SetLimits(TInt, TInt)
| void | SetLimits | ( | TInt | aMin, |
| | TInt | aMax |
| | ) | [pure virtual] |
Set the minimum and maximum allowed by the enumeration. The value range set is inclusive, that is [aMin..aMax].
Parameters
| TInt aMin | The minimum |
| TInt aMax | The maximum |
SetValueL(TInt)
| void | SetValueL | ( | TInt | aValue | ) | [pure virtual] |
Set the value of the enumeration.
-
leave
- KErrUnderFlow If the enum value is less than the allowed minimum
-
leave
- KErrOverFlow If the enum value is more than the allowed maximum
Parameters
| TInt aValue | New enum value to set |
Value()
|
TInt
| Value | ( | ) | const [pure virtual] |
Returns Value of enumeration.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.