Uses of Class
org.sblim.wbem.cim.CIMProperty
Packages that use CIMProperty
Package
Description
Representation of CIM data in Java.
Internal implementation of XML processing
-
Uses of CIMProperty in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMPropertyModifier and TypeMethodDescriptionReturns a keyed CIMProperty with the specified name.CIMObject.getProperty
(String pPropertyName) Gets the specified CIMProperty, if the property exists.CIMObject.getProperty
(String pName, String pOriginClass) Gets the CIMProperty from the current CIMElement, if the property exits.protected CIMProperty
CIMObject.getProperty
(CIMProperty pProperty) CIMObject.removeProperty
(String propertyName) Remove the specified property from the object.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.Methods in org.sblim.wbem.cim with parameters of type CIMPropertyModifier and TypeMethodDescriptionvoid
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 CIMPropertyModifier and TypeMethodDescriptionstatic CIMProperty
CIMXMLParserImpl.parseKEYBINDING
(Element keybindingE) static CIMProperty
CIMXMLParserImpl.parsePROPERTY
(Element propertyE) static CIMProperty
CIMXMLParserImpl.parsePROPERTYARRAY
(Element propertyarrayE) static CIMProperty
CIMXMLParserImpl.parsePROPERTYREFERENCE
(Element propertyreferenceE) Methods in org.sblim.wbem.xml with parameters of type CIMPropertyModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createPROPERTY
(Document doc, Element parentE, CIMProperty property)