| CIMNamespaceName ()
Default constructor sets object Null.
|
| CIMNamespaceName (const String& name)
Constructor builds namespace from input String.
|
| CIMNamespaceName (const char* name)
Constructor builds namespace from input char*.
|
CIMNamespaceName& | operator= (const CIMNamespaceName& name)
Assign one namespace object to another.
|
CIMNamespaceName& | operator= (const String& name)
Assign a String object to a CIMNamespaceName object.
|
const String& | getString () const
Extracts the String value of the CIMNamespaceName from the object.
|
Boolean | isNull () const
Tests the CIMNamespaceName for NULL attribute.
|
void | clear ()
Clears the CIMNamespaceName and sets it to Null.
|
Boolean | equal (const CIMNamespaceName& name) const
Compares two CIMNamespace objects for equality.
|
static Boolean | legal (const String& name)
Determines if the name string input is legal as defined in the CIMNamespaceName class definition.
|