|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CConstantDef: public CInterface { public: CConstantDef(); ~CConstantDef(); public: void Create( const CString &strName, int nType, const CValue &value); CString GetName(); int GetType(); CValue *GetValue(); };
The definition of a constant in a SOM repository.
CValue
Constructor/Destructor Summary | |
CConstantDef
();
����������Constructs the constant definition. |
|
~CConstantDef
();
����������Destroys the constant definition. |
Function Summary | |
void
|
Create
(const CString &strName, int nType, const CValue &value);
����������Creates a constant definition. |
CString
|
GetName
();
����������Returns a name of the constant. |
int
|
GetType
();
����������Returns a type code of the constant. |
CValue�*
|
GetValue
();
����������Returns a value of the constant. |
Constructor/Destructor Detail |
CConstantDef();
Constructs the constant definition.
~CConstantDef();
Destroys the constant definition.
Function Detail |
void Create( const CString &strName, int nType, const CValue &value);
Creates a constant definition.
strName
- the name of the constantnType
- the type code of the constantvalue
- the value of the constantCString GetName();
Returns a name of the constant.
int GetType();
Returns a type code of the constant.
CValue *GetValue();
Returns a value of the constant.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |