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

Packages that use CIMElement
org.sblim.wbem.cim Representation of CIM data in Java. 
org.sblim.wbem.cimxml Internal implementation of CIM-XML helper classes 
org.sblim.wbem.xml Internal implementation of XML processing 
 

Uses of CIMElement in org.sblim.wbem.cim
 

Subclasses of CIMElement in org.sblim.wbem.cim
 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
 CIMElement CIMElement.assign(CIMElement pNewElement)
           
 

Methods in org.sblim.wbem.cim with parameters of type CIMElement
 boolean CIMElement.lessThan(CIMElement pElement)
          Compares this object with the specified CIMElement.
 CIMElement CIMElement.assign(CIMElement pNewElement)
           
 

Constructors in org.sblim.wbem.cim with parameters of type CIMElement
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
 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
 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
static CIMElement CIMXMLParserImpl.parseVALUEOBJECT(org.w3c.dom.Element valueobjectE)
           
static CIMElement CIMXMLParserImpl.parseVALUENAMEDINSTANCE(org.w3c.dom.Element valuenamedinstanceE)
           
static CIMElement CIMXMLParserImpl.parseVALUENAMEDOBJECT(org.w3c.dom.Element valuenamedobjectE)
           
static CIMElement CIMXMLParserImpl.parseVALUEOBJECTWITHPATH(org.w3c.dom.Element valueobjectwithpathE)
           
static CIMElement CIMXMLParserImpl.parseVALUEOBJECTWITHLOCALPATH(org.w3c.dom.Element valueobjectwithlocalpathE)
           
 



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