org.sblim.cimclient.internal.wbem.operations
Class CIMAssociatorNamesOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iAssociationClass
protected String iAssociationClass
iResultClass
protected String iResultClass
iRole
protected String iRole
iResultRole
protected String iResultRole
CIMAssociatorNamesOp
public CIMAssociatorNamesOp(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole)
- Ctor.
- Parameters:
pObjectName
- pAssociationClass
- pResultClass
- pRole
- pResultRole
-
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, 2013 IBM Corporation. All Rights Reserved.