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 CIMPropertyCIMObject.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 TypeMethodDescriptionvoidCIMObjectPath.addKey(CIMProperty pProperty) Adds the specified CIMProperty object as part of the keys.voidCIMObject.addProperty(CIMProperty pProperty) Adds a property to the specified object.protected CIMPropertyCIMObject.getProperty(CIMProperty pProperty) voidCIMInstance.updateProperty(CIMProperty pProperty) Updates the specified CIMProperty.booleanCIMInstance.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 CIMPropertyCIMXMLParserImpl.parseKEYBINDING(Element keybindingE) static CIMPropertyCIMXMLParserImpl.parsePROPERTY(Element propertyE) static CIMPropertyCIMXMLParserImpl.parsePROPERTYARRAY(Element propertyarrayE) static CIMPropertyCIMXMLParserImpl.parsePROPERTYREFERENCE(Element propertyreferenceE) Methods in org.sblim.wbem.xml with parameters of type CIMPropertyModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createPROPERTY(Document doc, Element parentE, CIMProperty property)