Class CIMSetPropertyOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSetPropertyOp
CIMSetPropertyOp
-
Field Summary
FieldsFields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
Constructor Summary
ConstructorsConstructorDescriptionCIMSetPropertyOp
(CIMObjectPath objectName, String propertyName, Object cimValue) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns cimValueReturns propertyNameMethods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
Field Details
-
iPropertyName
-
iCimValue
-
-
Constructor Details
-
CIMSetPropertyOp
Ctor.- Parameters:
objectName
-propertyName
-cimValue
-
-
-
Method Details
-
getCimValue
Returns cimValue- Returns:
- The value of cimValue.
-
getPropertyName
Returns propertyName- Returns:
- The value of propertyName.
-