org.sblim.cimclient.internal.wbem.operations
Class CIMSetPropertyOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSetPropertyOp
public class CIMSetPropertyOp
- extends CIMOperation
CIMSetPropertyOp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iPropertyName
protected String iPropertyName
iCimValue
protected Object iCimValue
CIMSetPropertyOp
public CIMSetPropertyOp(CIMObjectPath objectName,
String propertyName,
Object cimValue)
- Ctor.
- Parameters:
objectName
- propertyName
- cimValue
-
getCimValue
public Object getCimValue()
- Returns cimValue
- Returns:
- The value of cimValue.
getPropertyName
public String getPropertyName()
- Returns propertyName
- Returns:
- The value of propertyName.
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.