Uses of Class
org.sblim.wbem.cim.CIMQualifier

Packages that use CIMQualifier
org.sblim.wbem.cim Representation of CIM data in Java. 
org.sblim.wbem.xml Internal implementation of XML processing 
 

Uses of CIMQualifier in org.sblim.wbem.cim
 

Methods in org.sblim.wbem.cim that return CIMQualifier
 CIMQualifier CIMProperty.setQualifier(CIMQualifier pQualifier)
          Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.
 CIMQualifier CIMQualifiableElement.getQualifier(java.lang.String pName)
          Gets the specified qualfier, it exits on the CIM Element.
 

Methods in org.sblim.wbem.cim with parameters of type CIMQualifier
 CIMQualifier CIMProperty.setQualifier(CIMQualifier pQualifier)
          Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.
 void CIMQualifiableElement.addQualifier(CIMQualifier pQualifier)
          Adds the specified qualifier to this CIM Element.
 

Uses of CIMQualifier in org.sblim.wbem.xml
 

Methods in org.sblim.wbem.xml that return CIMQualifier
static CIMQualifier CIMXMLParserImpl.parseQUALIFIER(org.w3c.dom.Element qualifierE)
           
 

Methods in org.sblim.wbem.xml with parameters of type CIMQualifier
static org.w3c.dom.Element CIMXMLBuilderImpl.createQUALIFIER(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMQualifier qualifier)
           
 



Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.