Uses of Class
org.sblim.wbem.cim.CIMQualifier
Packages that use CIMQualifier
Package
Description
Representation of CIM data in Java.
Internal implementation of XML processing
-
Uses of CIMQualifier in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMQualifierModifier and TypeMethodDescriptionCIMQualifiableElement.getQualifier(String pName) Gets the specified qualfier, it exits on the CIM Element.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 CIMQualifierModifier and TypeMethodDescriptionvoidCIMQualifiableElement.addQualifier(CIMQualifier pQualifier) Adds the specified qualifier to this CIM Element.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 CIMQualifierModifier and TypeMethodDescriptionstatic CIMQualifierCIMXMLParserImpl.parseQUALIFIER(Element qualifierE) Methods in org.sblim.wbem.xml with parameters of type CIMQualifierModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createQUALIFIER(Document doc, Element parentE, CIMQualifier qualifier)