org.sblim.cimclient.internal.wbem.operations
Class CIMAssociatorNamesOp

java.lang.Object
  extended by org.sblim.cimclient.internal.wbem.operations.CIMOperation
      extended by org.sblim.cimclient.internal.wbem.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  String iAssociationClass
           
protected  String iResultClass
           
protected  String iResultRole
           
protected  String iRole
           
 
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
          Ctor.
 
Method Summary
 String getAssocClass()
          Returns the association class name
 String getResultClass()
          Returns the result class name
 String getResultRole()
          Returns the result role
 String getRole()
          Returns the role
 
Methods inherited from class org.sblim.cimclient.internal.wbem.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 String iAssociationClass

iResultClass

protected String iResultClass

iRole

protected String iRole

iResultRole

protected String iResultRole
Constructor Detail

CIMAssociatorNamesOp

public CIMAssociatorNamesOp(CIMObjectPath pObjectName,
                            String pAssociationClass,
                            String pResultClass,
                            String pRole,
                            String pResultRole)
Ctor.

Parameters:
pObjectName -
pAssociationClass -
pResultClass -
pRole -
pResultRole -
Method Detail

getAssocClass

public String getAssocClass()
Returns the association class name

Returns:
The association class name

getResultClass

public String getResultClass()
Returns the result class name

Returns:
The result class name

getResultRole

public String getResultRole()
Returns the result role

Returns:
The result role

getRole

public String getRole()
Returns the role

Returns:
The role


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