Uses of Class org.sblim.wbem.cim.CIMProperty

Uses in package org.sblim.wbem.cim

Methods with parameter type org.sblim.wbem.cim.CIMProperty

void
Adds the specified CIMProperty object as part of the keys.
void
Adds a property to the specified object.
CIMProperty
void
Updates the specified CIMProperty.
boolean
Updates the CIMProperty value.

Methods with return type org.sblim.wbem.cim.CIMProperty

CIMProperty
CIMObjectPath.getKey(String pPropertyName)
Returns a keyed CIMProperty with the specified name.
CIMProperty
CIMObject.getProperty(String pPropertyName)
Gets the specified CIMProperty, if the property exists.
CIMProperty
CIMObject.getProperty(String pName, String pOriginClass)
Gets the CIMProperty from the current CIMElement, if the property exits.
CIMProperty
CIMProperty
CIMObject.removeProperty(String propertyName)
Remove the specified property from the object.
CIMProperty
CIMObject.setProperty(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.

Uses in package org.sblim.wbem.xml

Methods with parameter type org.sblim.wbem.cim.CIMProperty

Element
CIMXMLBuilderImpl.createPROPERTY(Document doc, Element parentE, CIMProperty property)

Methods with return type org.sblim.wbem.cim.CIMProperty

CIMProperty
CIMXMLParserImpl.parseKEYBINDING(Element keybindingE)
CIMProperty
CIMXMLParserImpl.parsePROPERTY(Element propertyE)
CIMProperty
CIMXMLParserImpl.parsePROPERTYARRAY(Element propertyarrayE)
CIMProperty
CIMXMLParserImpl.parsePROPERTYREFERENCE(Element propertyreferenceE)

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.