org.sblim.cimclient.internal.wbem.operations
public class CIMSetPropertyOp extends CIMOperation
Field Summary | |
---|---|
protected Object | iCimValue |
protected String | iPropertyName |
Constructor Summary | |
---|---|
CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, Object cimValue)
Ctor.
|
Method Summary | |
---|---|
Object | getCimValue()
Returns cimValue
|
String | getPropertyName()
Returns propertyName
|
Parameters: objectName propertyName cimValue
Returns: The value of cimValue.
Returns: The value of propertyName.