org.sblim.wbem.client.operations
Class CIMGetPropertyOp

java.lang.Object
  extended by org.sblim.wbem.client.operations.CIMOperation
      extended by org.sblim.wbem.client.operations.CIMSingleResultOperation
          extended by org.sblim.wbem.client.operations.CIMGetPropertyOp

public class CIMGetPropertyOp
extends CIMSingleResultOperation


Field Summary
protected  java.lang.String iPropertyName
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMGetPropertyOp(CIMObjectPath pObjectName, java.lang.String pPropertyName)
           
 
Method Summary
 java.lang.String getPropertyName()
          Returns propertyName
 
Methods inherited from class org.sblim.wbem.client.operations.CIMSingleResultOperation
getResult
 
Methods inherited from class org.sblim.wbem.client.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 Detail

iPropertyName

protected java.lang.String iPropertyName
Constructor Detail

CIMGetPropertyOp

public CIMGetPropertyOp(CIMObjectPath pObjectName,
                        java.lang.String pPropertyName)
Method Detail

getPropertyName

public java.lang.String getPropertyName()
Returns propertyName

Returns:
The value of propertyName.


Copyright © 2005, 2008 IBM Corporation. All Rights Reserved.