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

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

Uses of CIMParameter in org.sblim.wbem.cim
 

Methods in org.sblim.wbem.cim with parameters of type CIMParameter
 void CIMMethod.addParameter(CIMParameter pParameter)
          Adds a the specified parameter to the method.
 

Uses of CIMParameter in org.sblim.wbem.xml
 

Methods in org.sblim.wbem.xml that return CIMParameter
static CIMParameter CIMXMLParserImpl.parsePARAMETER(org.w3c.dom.Element parameterE)
           
static CIMParameter CIMXMLParserImpl.parsePARAMETERREFERENCE(org.w3c.dom.Element parameterE)
           
static CIMParameter CIMXMLParserImpl.parsePARAMETERARRAY(org.w3c.dom.Element parameterE)
           
static CIMParameter CIMXMLParserImpl.parsePARAMETERREFARRAY(org.w3c.dom.Element parameterE)
           
 

Methods in org.sblim.wbem.xml with parameters of type CIMParameter
static org.w3c.dom.Element CIMXMLBuilderImpl.createPARAMETER(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMParameter parameter)
           
 



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