Class CIMGetPropertyOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation
org.sblim.cimclient.internal.wbem.operations.CIMGetPropertyOp
CIMGetPropertyOp
-
Field Summary
FieldsFields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
Constructor Summary
ConstructorsConstructorDescriptionCIMGetPropertyOp
(CIMObjectPath pObjectName, java.lang.String pPropertyName) Ctor. -
Method Summary
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation
getResult
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, isException, setNameSpace, setResult
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
iPropertyName
protected java.lang.String iPropertyName
-
-
Constructor Details
-
CIMGetPropertyOp
Ctor.- Parameters:
pObjectName
-pPropertyName
-
-
-
Method Details
-
getPropertyName
public java.lang.String getPropertyName()Returns propertyName- Returns:
- The value of propertyName.
-