Uses of Class
org.sblim.wbem.cim.CIMElement
Packages that use CIMElement
Package
Description
Representation of CIM data in Java.
Internal implementation of CIM-XML helper classes
Internal implementation of XML processing
-
Uses of CIMElement in org.sblim.wbem.cim
Subclasses of CIMElement in org.sblim.wbem.cimModifier and TypeClassDescriptionclass
A class used to denote the arguments passed to extrinsic method invocations.class
Defines a Java object that represents a CIM Class.class
class
This class is not thread safe.class
class
class
class
class
class
Methods in org.sblim.wbem.cim that return CIMElementMethods in org.sblim.wbem.cim with parameters of type CIMElementModifier and TypeMethodDescriptionCIMElement.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 CIMElementModifierConstructorDescriptionCIMElement
(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 CIMElementModifier and TypeMethodDescriptionCIMXmlUtil.getCIMElement
(String str) Construct a Java object representing the CIMElement from the XML representation.Methods in org.sblim.wbem.cimxml with parameters of type CIMElementModifier and TypeMethodDescriptionCIMXmlUtil.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 CIMElementModifier and TypeMethodDescriptionstatic CIMElement
CIMXMLParserImpl.parseVALUENAMEDINSTANCE
(Element valuenamedinstanceE) static CIMElement
CIMXMLParserImpl.parseVALUENAMEDOBJECT
(Element valuenamedobjectE) static CIMElement
CIMXMLParserImpl.parseVALUEOBJECT
(Element valueobjectE) static CIMElement
CIMXMLParserImpl.parseVALUEOBJECTWITHLOCALPATH
(Element valueobjectwithlocalpathE) static CIMElement
CIMXMLParserImpl.parseVALUEOBJECTWITHPATH
(Element valueobjectwithpathE)