Uses of Class
org.sblim.wbem.cim.CIMElement
-
Packages that use CIMElement Package Description org.sblim.wbem.cim Representation of CIM data in Java.org.sblim.wbem.cimxml Internal implementation of CIM-XML helper classesorg.sblim.wbem.xml Internal implementation of XML processing -
-
Uses of CIMElement in org.sblim.wbem.cim
Subclasses of CIMElement in org.sblim.wbem.cim Modifier and Type Class Description class
CIMArgument
A class used to denote the arguments passed to extrinsic method invocations.class
CIMClass
Defines a Java object that represents a CIM Class.class
CIMInstance
class
CIMMethod
This class is not thread safe.class
CIMObject
class
CIMParameter
class
CIMProperty
class
CIMQualifiableElement
class
CIMQualifier
class
CIMQualifierType
Methods in org.sblim.wbem.cim that return CIMElement Modifier and Type Method Description CIMElement
CIMElement. assign(CIMElement pNewElement)
Methods in org.sblim.wbem.cim with parameters of type CIMElement Modifier and Type Method Description CIMElement
CIMElement. assign(CIMElement pNewElement)
boolean
CIMElement. lessThan(CIMElement pElement)
Compares this object with the specified CIMElement.Constructors in org.sblim.wbem.cim with parameters of type CIMElement Constructor Description CIMElement(CIMElement pCimElement)
Constructs a CIMElement with the name from a given CIMElement -
Uses of CIMElement in org.sblim.wbem.cimxml
Methods in org.sblim.wbem.cimxml that return CIMElement Modifier and Type Method Description CIMElement
CIMXmlUtil. getCIMElement(java.lang.String str)
Construct a Java object representing the CIMElement from the XML representation.Methods in org.sblim.wbem.cimxml with parameters of type CIMElement Modifier and Type Method Description java.lang.String
CIMXmlUtil. CIMElementToXml(CIMElement obj)
Returns a string representing the CIM-XML of a CIMElement. -
Uses of CIMElement in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMElement Modifier and Type Method Description static CIMElement
CIMXMLParserImpl. parseVALUENAMEDINSTANCE(org.w3c.dom.Element valuenamedinstanceE)
static CIMElement
CIMXMLParserImpl. parseVALUENAMEDOBJECT(org.w3c.dom.Element valuenamedobjectE)
static CIMElement
CIMXMLParserImpl. parseVALUEOBJECT(org.w3c.dom.Element valueobjectE)
static CIMElement
CIMXMLParserImpl. parseVALUEOBJECTWITHLOCALPATH(org.w3c.dom.Element valueobjectwithlocalpathE)
static CIMElement
CIMXMLParserImpl. parseVALUEOBJECTWITHPATH(org.w3c.dom.Element valueobjectwithpathE)
-