Uses of Class
org.sblim.wbem.cim.CIMParameter
-
Packages that use CIMParameter Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static CIMParameter
CIMXMLParserImpl. parsePARAMETER(org.w3c.dom.Element parameterE)
static CIMParameter
CIMXMLParserImpl. parsePARAMETERARRAY(org.w3c.dom.Element parameterE)
static CIMParameter
CIMXMLParserImpl. parsePARAMETERREFARRAY(org.w3c.dom.Element parameterE)
static CIMParameter
CIMXMLParserImpl. parsePARAMETERREFERENCE(org.w3c.dom.Element parameterE)
Methods in org.sblim.wbem.xml with parameters of type CIMParameter Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createPARAMETER(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMParameter parameter)
-