org.sblim.wbem.client.operations
Class CIMAssociatorNamesOp

java.lang.Object
  extended byorg.sblim.wbem.client.operations.CIMOperation
      extended byorg.sblim.wbem.client.operations.CIMAssociatorNamesOp

public class CIMAssociatorNamesOp
extends CIMOperation

Author:
Roberto To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
protected  java.lang.String iAssociationClass
           
protected  java.lang.String iResultClass
           
protected  java.lang.String iResultRole
           
protected  java.lang.String iRole
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMAssociatorNamesOp(CIMObjectPath pObjectName, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole)
           
 
Method Summary
 java.lang.String getAssocClass()
          Returns the association class name
 java.lang.String getResultClass()
          Returns the result class name
 java.lang.String getResultRole()
          Returns the result role
 java.lang.String getRole()
          Returns the role
 
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iAssociationClass

protected java.lang.String iAssociationClass

iResultClass

protected java.lang.String iResultClass

iRole

protected java.lang.String iRole

iResultRole

protected java.lang.String iResultRole
Constructor Detail

CIMAssociatorNamesOp

public CIMAssociatorNamesOp(CIMObjectPath pObjectName,
                            java.lang.String pAssociationClass,
                            java.lang.String pResultClass,
                            java.lang.String pRole,
                            java.lang.String pResultRole)
Method Detail

getAssocClass

public java.lang.String getAssocClass()
Returns the association class name

Returns:
The association class name

getResultClass

public java.lang.String getResultClass()
Returns the result class name

Returns:
The result class name

getResultRole

public java.lang.String getResultRole()
Returns the result role

Returns:
The result role

getRole

public java.lang.String getRole()
Returns the role

Returns:
The role


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