Package | Description |
---|---|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
Modifier and Type | Method and Description |
---|---|
protected CIMMethod |
CIMClass.getAllMethods(CIMMethod pMethod) |
protected CIMMethod |
CIMClass.getMethod(CIMMethod pMethod)
Gets a method corresponding to the specified name
|
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.
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
static CIMMethod |
CIMXMLParserImpl.parseMETHOD(org.w3c.dom.Element methodE) |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createMETHOD(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMMethod method,
java.lang.String classname) |
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.