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 TypeClassDescriptionclassA class used to denote the arguments passed to extrinsic method invocations.classDefines a Java object that represents a CIM Class.classclassThis class is not thread safe.classclassclassclassclassclassMethods in org.sblim.wbem.cim that return CIMElementMethods in org.sblim.wbem.cim with parameters of type CIMElementModifier and TypeMethodDescriptionCIMElement.assign(CIMElement pNewElement) booleanCIMElement.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 CIMElementCIMXMLParserImpl.parseVALUENAMEDINSTANCE(Element valuenamedinstanceE) static CIMElementCIMXMLParserImpl.parseVALUENAMEDOBJECT(Element valuenamedobjectE) static CIMElementCIMXMLParserImpl.parseVALUEOBJECT(Element valueobjectE) static CIMElementCIMXMLParserImpl.parseVALUEOBJECTWITHLOCALPATH(Element valueobjectwithlocalpathE) static CIMElementCIMXMLParserImpl.parseVALUEOBJECTWITHPATH(Element valueobjectwithpathE)