SetQualifier CIM Operation


The setQualifier operation creates a single Qualifier declaration for the target Namespace.

NameSpace        String that defines the target namespace. See NameSpace Operations for more information

QualifierName Identifies the Qualifier whose declaration is to be created.

       


Request Return

If successful, message "Qualifier created" will be displayed If unsuccessful, one of the following status codes MUST be returned by this method, where the first applicable error in the list (starting with the first element of the list, and working down) is the error returned. Any additional method-specific interpretation of the error in is given in parentheses.


Additional Information on Parameters

NameSpace - The NameSpace parameter is a string that defines the target namespace \Ref{NAMESPACE}

QualifierName - The QualifierName input parameter identifies the Qualifier whose declaration to be retrieved.

Qualifier - Qualifiers are values that provide additional information about classes, associations, indications, methods, method parameters, triggers, instances, properties or references. All qualifiers have a name, type, value, scope, flavor and default value. Qualifiers cannot be duplicated; there cannot be more than one qualifier of the same name for any given class, instance, or property.


C++ Operation Method Definition

    virtual QualifierDecl getQualifier(
    	const String& nameSpace,
    	const String& qualifierName) = 0;