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 |
---|---|
CIMProperty |
CIMObjectPath.getKey(java.lang.String pPropertyName)
Returns a keyed CIMProperty with the specified name.
|
CIMProperty |
CIMObjectPath.getKey(java.lang.String pPropertyName)
Returns a keyed CIMProperty with the specified name.
|
protected CIMProperty |
CIMObject.getProperty(CIMProperty pProperty) |
protected CIMProperty |
CIMObject.getProperty(CIMProperty pProperty) |
CIMProperty |
CIMObject.getProperty(java.lang.String pPropertyName)
Gets the specified CIMProperty, if the property exists.
|
CIMProperty |
CIMObject.getProperty(java.lang.String pPropertyName)
Gets the specified CIMProperty, if the property exists.
|
CIMProperty |
CIMObject.getProperty(java.lang.String pName,
java.lang.String pOriginClass)
Gets the CIMProperty from the current CIMElement, if the property exits.
|
CIMProperty |
CIMObject.getProperty(java.lang.String pName,
java.lang.String pOriginClass)
Gets the CIMProperty from the current CIMElement, if the property exits.
|
CIMProperty |
CIMObject.removeProperty(java.lang.String propertyName)
Remove the specified property from the object.
|
CIMProperty |
CIMObject.removeProperty(java.lang.String propertyName)
Remove the specified property from the object.
|
CIMProperty |
CIMObject.setProperty(java.lang.String pPropertyName,
CIMValue pValue)
Sets the value for the property, if the property already exists,
otherwise create a new property with the specified name, and sets assigns
the especified value to it.
|
CIMProperty |
CIMObject.setProperty(java.lang.String pPropertyName,
CIMValue pValue)
Sets the value for the property, if the property already exists,
otherwise create a new property with the specified name, and sets assigns
the especified value to it.
|
Modifier and Type | Method and Description |
---|---|
void |
CIMObjectPath.addKey(CIMProperty pProperty)
Adds the specified CIMProperty object as part of the keys.
|
void |
CIMObjectPath.addKey(CIMProperty pProperty)
Adds the specified CIMProperty object as part of the keys.
|
void |
CIMObject.addProperty(CIMProperty pProperty)
Adds a property to the specified object.
|
void |
CIMObject.addProperty(CIMProperty pProperty)
Adds a property to the specified object.
|
protected CIMProperty |
CIMObject.getProperty(CIMProperty pProperty) |
protected CIMProperty |
CIMObject.getProperty(CIMProperty pProperty) |
void |
CIMInstance.updateProperty(CIMProperty pProperty)
Updates the specified CIMProperty.
|
void |
CIMInstance.updateProperty(CIMProperty pProperty)
Updates the specified CIMProperty.
|
boolean |
CIMInstance.updatePropertyValue(CIMProperty pProperty)
Updates the CIMProperty value.
|
boolean |
CIMInstance.updatePropertyValue(CIMProperty pProperty)
Updates the CIMProperty value.
|
Modifier and Type | Method and Description |
---|---|
static CIMProperty |
CIMXMLParserImpl.parseKEYBINDING(org.w3c.dom.Element keybindingE) |
static CIMProperty |
CIMXMLParserImpl.parseKEYBINDING(org.w3c.dom.Element keybindingE) |
static CIMProperty |
CIMXMLParserImpl.parsePROPERTY(org.w3c.dom.Element propertyE) |
static CIMProperty |
CIMXMLParserImpl.parsePROPERTY(org.w3c.dom.Element propertyE) |
static CIMProperty |
CIMXMLParserImpl.parsePROPERTYARRAY(org.w3c.dom.Element propertyarrayE) |
static CIMProperty |
CIMXMLParserImpl.parsePROPERTYARRAY(org.w3c.dom.Element propertyarrayE) |
static CIMProperty |
CIMXMLParserImpl.parsePROPERTYREFERENCE(org.w3c.dom.Element propertyreferenceE) |
static CIMProperty |
CIMXMLParserImpl.parsePROPERTYREFERENCE(org.w3c.dom.Element propertyreferenceE) |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createPROPERTY(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMProperty property) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createPROPERTY(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMProperty property) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.