Uses of Class
org.sblim.wbem.cim.CIMQualifier
-
Packages that use CIMQualifier Package Description org.sblim.wbem.cim Representation of CIM data in Java.org.sblim.wbem.xml Internal implementation of XML processing -
-
Uses of CIMQualifier in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMQualifier Modifier and Type Method Description CIMQualifier
CIMQualifiableElement. getQualifier(java.lang.String pName)
Gets the specified qualfier, it exits on the CIM Element.CIMQualifier
CIMProperty. setQualifier(CIMQualifier pQualifier)
Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier.Methods in org.sblim.wbem.cim with parameters of type CIMQualifier Modifier and Type Method Description void
CIMQualifiableElement. addQualifier(CIMQualifier pQualifier)
Adds the specified qualifier to this CIM Element.CIMQualifier
CIMProperty. setQualifier(CIMQualifier pQualifier)
Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier. -
Uses of CIMQualifier in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMQualifier Modifier and Type Method Description static CIMQualifier
CIMXMLParserImpl. parseQUALIFIER(org.w3c.dom.Element qualifierE)
Methods in org.sblim.wbem.xml with parameters of type CIMQualifier Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createQUALIFIER(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMQualifier qualifier)
-