|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CParameterDef: public CInterface { public: CParameterDef(); ~CParameterDef(); public: void Create( const CString &strName, int nType, CInterfaceDef *pTypeInterface); CString GetName(); int GetType(); CInterfaceDef *GetTypeInterface(); };
The definition of a parameter of an operation in a SOM repository.
CInterfaceDef
Constructor/Destructor Summary | |
CParameterDef
();
����������Constructs the parameter definition. |
|
~CParameterDef
();
����������Destroys the parameter definition. |
Function Summary | |
void
|
Create
(const CString &strName, int nType, CInterfaceDef *pTypeInterface);
����������Creates the parameter definition. |
CString
|
GetName
();
����������Returns a name of the parameter. |
int
|
GetType
();
����������Returns a type code of the parameter. |
CInterfaceDef�*
|
GetTypeInterface
();
����������Returns an interface corresponding to the parameter type. |
Constructor/Destructor Detail |
CParameterDef();
Constructs the parameter definition.
~CParameterDef();
Destroys the parameter definition.
Function Detail |
void Create( const CString &strName, int nType, CInterfaceDef *pTypeInterface);
Creates the parameter definition.
strName
- the name of the parameternType
- the type code of the parameterpTypeInterface
- if the parameter is of type interface
(
nType
is
typeInterface
), points
to the appropriate interface definition;
otherwise
NULL
CString GetName();
Returns a name of the parameter.
int GetType();
Returns a type code of the parameter.
CInterfaceDef *GetTypeInterface();
Returns an interface corresponding to the parameter type.
NULL
if the parameter has type code other than
typeInterface
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |