org.sblim.cimclient.internal.wbem.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 StringiAssociationClass
protected StringiResultClass
protected StringiResultRole
protected StringiRole
Constructor Summary
CIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
Ctor.
Method Summary
StringgetAssocClass()
Returns the association class name
StringgetResultClass()
Returns the result class name
StringgetResultRole()
Returns the result role
StringgetRole()
Returns the role

Field Detail

iAssociationClass

protected String iAssociationClass

iResultClass

protected String iResultClass

iResultRole

protected String iResultRole

iRole

protected String iRole

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.