Frames | No Frames |
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 | 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. |
Methods with parameter type org.sblim.wbem.cim.CIMProperty | |
Element |
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) |