org.sblim.wbem.client.operations

Class 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.wbem.client.operations.CIMOperation

iMethodCall, iNameSpace, iObjectName, iResult

Constructor Summary

CIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)

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.wbem.client.operations.CIMOperation

getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult

Field Details

iAssociationClass

protected String iAssociationClass

iResultClass

protected String iResultClass

iResultRole

protected String iResultRole

iRole

protected String iRole

Constructor Details

CIMAssociatorNamesOp

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

Method Details

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, 2006 IBM Corporation. All Rights Reserved.