Uses of Class
org.sblim.wbem.cim.CIMMethod
-
Packages that use CIMMethod Package Description org.sblim.wbem.cim Representation of CIM data in Java.org.sblim.wbem.xml Internal implementation of XML processing -
-
Uses of CIMMethod in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMMethod Modifier and Type Method Description protected CIMMethod
CIMClass. getAllMethods(CIMMethod pMethod)
CIMMethod
CIMClass. getMethod(java.lang.String pName)
Returns a CIMMethod with the specified name.CIMMethod
CIMClass. getMethod(java.lang.String pName, java.lang.String pOriginClass)
Returns a CIMMethod with the specified name for the given class origin.protected CIMMethod
CIMClass. getMethod(CIMMethod pMethod)
Gets a method corresponding to the specified nameMethods in org.sblim.wbem.cim with parameters of type CIMMethod Modifier and Type Method Description void
CIMClass. addMethod(CIMMethod pMethod)
Add a CIMMethod to this class.protected CIMMethod
CIMClass. getAllMethods(CIMMethod pMethod)
protected CIMMethod
CIMClass. getMethod(CIMMethod pMethod)
Gets a method corresponding to the specified name -
Uses of CIMMethod in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMMethod Modifier and Type Method Description static CIMMethod
CIMXMLParserImpl. parseMETHOD(org.w3c.dom.Element methodE)
Methods in org.sblim.wbem.xml with parameters of type CIMMethod Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createMETHOD(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMMethod method, java.lang.String classname)
-