32 #ifndef Pegasus_ParamValue_h 33 #define Pegasus_ParamValue_h 35 #include <Pegasus/Common/Config.h> 36 #include <Pegasus/Common/String.h> 37 #include <Pegasus/Common/CIMValue.h> 38 #include <Pegasus/Common/Linkage.h> 40 PEGASUS_NAMESPACE_BEGIN
42 class CIMParamValueRep;
107 Boolean isTyped=
true);
120 String getParameterName()
const;
137 Boolean isTyped()
const;
145 void setParameterName(
String& parameterName);
163 void setIsTyped(Boolean isTyped);
178 Boolean isUninitialized()
const;
184 CIMParamValueRep* _rep;
186 friend class XmlWriter;
189 #define PEGASUS_ARRAY_T CIMParamValue 190 # include <Pegasus/Common/ArrayInter.h> 191 #undef PEGASUS_ARRAY_T 193 PEGASUS_NAMESPACE_END
Definition: CIMValue.h:63
Definition: CIMParamValue.h:62