Package | Description |
---|---|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static CIMQualifier |
CIMXMLParserImpl.parseQUALIFIER(org.w3c.dom.Element qualifierE) |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createQUALIFIER(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMQualifier qualifier) |
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.