|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMProperty | |
org.sblim.wbem.cim | Representation of CIM data in Java. |
org.sblim.wbem.xml | Internal implementation of XML processing |
Uses of CIMProperty in org.sblim.wbem.cim |
Methods in org.sblim.wbem.cim that return CIMProperty | |
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. |
protected CIMProperty |
CIMObject.getProperty(CIMProperty pProperty)
|
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.removeProperty(java.lang.String propertyName)
Remove the specified property from the object. |
CIMProperty |
CIMObjectPath.getKey(java.lang.String pPropertyName)
Returns a keyed CIMProperty with the specified name. |
Methods in org.sblim.wbem.cim with parameters of type CIMProperty | |
void |
CIMInstance.updateProperty(CIMProperty pProperty)
Updates the specified CIMProperty. |
boolean |
CIMInstance.updatePropertyValue(CIMProperty pProperty)
Updates the CIMProperty value. |
protected CIMProperty |
CIMObject.getProperty(CIMProperty pProperty)
|
void |
CIMObject.addProperty(CIMProperty pProperty)
Adds a property to the specified object. |
void |
CIMObjectPath.addKey(CIMProperty pProperty)
Adds the specified CIMProperty object as part of the keys. |
Uses of CIMProperty in org.sblim.wbem.xml |
Methods in org.sblim.wbem.xml that return CIMProperty | |
static CIMProperty |
CIMXMLParserImpl.parseKEYBINDING(org.w3c.dom.Element keybindingE)
|
static CIMProperty |
CIMXMLParserImpl.parsePROPERTY(org.w3c.dom.Element propertyE)
|
static CIMProperty |
CIMXMLParserImpl.parsePROPERTYARRAY(org.w3c.dom.Element propertyarrayE)
|
static CIMProperty |
CIMXMLParserImpl.parsePROPERTYREFERENCE(org.w3c.dom.Element propertyreferenceE)
|
Methods in org.sblim.wbem.xml with parameters of type CIMProperty | |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createPROPERTY(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMProperty property)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |