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 CIMQualifiableElement.getQualifier(java.lang.String pName)
          Gets the specified qualfier, it exits on the CIM Element.
 CIMQualifier CIMQualifiableElement.getQualifier(java.lang.String pName)
          Gets the specified qualfier, it exits on the CIM Element.
 CIMQualifier CIMProperty.setQualifier(CIMQualifier pQualifier)
          Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.
 CIMQualifier CIMProperty.setQualifier(CIMQualifier pQualifier)
          Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.
 

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

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)
           
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)
           
static org.w3c.dom.Element CIMXMLBuilderImpl.createQUALIFIER(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMQualifier qualifier)
           
 



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