javax.wbem.client
Class CIMSetPropertyOp

java.lang.Object
  |
  +--javax.wbem.client.CIMOperation
        |
        +--javax.wbem.client.CIMSetPropertyOp
All Implemented Interfaces:
java.io.Serializable

public synchronized class CIMSetPropertyOp
extends CIMOperation


Constructor Summary
CIMSetPropertyOp(CIMObjectPath, java.lang.String, CIMValue)
           
 
Method Summary
 CIMValue getCIMValue()
           
 CIMObjectPath getModelPath()
           
 java.lang.String getPropertyName()
           
 
Methods inherited from class javax.wbem.client.CIMOperation
getNameSpace, getResult, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMSetPropertyOp

public CIMSetPropertyOp(CIMObjectPath,
                        java.lang.String,
                        CIMValue)
Method Detail

getModelPath

public CIMObjectPath getModelPath()

getPropertyName

public java.lang.String getPropertyName()

getCIMValue

public CIMValue getCIMValue()