CParameters Class Reference

This class contains the API's to get/set the parameters for the standard properties of event/todo/journal. More...

#include <CParameters.h>


Public Member Functions

 CParameters ()
 CParameters (CParameters &)
 ~CParameters ()
bool setParamName (string szParamName)
string getParamName ()
bool setParamValue (ParamType valueType)
ParamType getParamValue ()
int getDataType (string szPropParam)
const CParametersoperator= (const CParameters &right)

Private Attributes

string szParamName
ParamType valueType


Detailed Description

This class contains the API's to get/set the parameters for the standard properties of event/todo/journal.

CParameters class


Constructor & Destructor Documentation

CParameters::CParameters (  ) 

This is the defult constructor for CParameters class

CParameters::CParameters ( CParameters  ) 

Copy Constructor

CParameters::~CParameters (  ) 

This is the defult destructor for CParameters class


Member Function Documentation

bool CParameters::setParamName ( string  szParamName  ) 

Parameters:
szParamName string
Returns:
bool
This function is used to set the param name.

string CParameters::getParamName (  ) 

Returns:
string
This function is used to return the param name.

bool CParameters::setParamValue ( ParamType  valueType  ) 

Parameters:
valueType ParamType
Returns:
bool
This function is used to set the param value.

ParamType CParameters::getParamValue (  ) 

Returns:
ParamType
This function is used to return the param value.

int CParameters::getDataType ( string  szPropParam  ) 

Parameters:
szPropParam string
Returns:
int
This function returns the Type of the the given parameter (INTEGER/STRING/BOOL)

const CParameters & CParameters::operator= ( const CParameters right  ) 

Parameters:
Constant reference to CParameters
Returns:
Reference to CParameters
Overloaded assignment operator for the class


Field Documentation

string CParameters::szParamName [private]

param name

ParamType CParameters::valueType [private]

value Type


The documentation for this class was generated from the following files:
Generated on Tue Feb 24 16:21:34 2009 for calendar-backend by  doxygen 1.5.1