Uses of Class
org.sblim.wbem.cim.CIMProperty
-
Packages that use CIMProperty Package Description 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 Modifier and Type Method Description CIMProperty
CIMObjectPath. getKey(java.lang.String pPropertyName)
Returns a keyed CIMProperty with the specified name.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. 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.Methods in org.sblim.wbem.cim with parameters of type CIMProperty Modifier and Type Method Description 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.protected CIMProperty
CIMObject. getProperty(CIMProperty pProperty)
void
CIMInstance. updateProperty(CIMProperty pProperty)
Updates the specified CIMProperty.boolean
CIMInstance. updatePropertyValue(CIMProperty pProperty)
Updates the CIMProperty value. -
Uses of CIMProperty in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMProperty Modifier and Type Method Description 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 Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createPROPERTY(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMProperty property)
-