Class CIMAssociatorNamesOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMAssociatorNamesOp
- Author:
- Roberto To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
Constructor Summary
ConstructorsConstructorDescriptionCIMAssociatorNamesOp
(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the association class nameReturns the result class nameReturns the result rolegetRole()
Returns the roleMethods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
Field Details
-
iAssociationClass
-
iResultClass
-
iRole
-
iResultRole
-
-
Constructor Details
-
CIMAssociatorNamesOp
public CIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Ctor.- Parameters:
pObjectName
-pAssociationClass
-pResultClass
-pRole
-pResultRole
-
-
-
Method Details
-
getAssocClass
Returns the association class name- Returns:
- The association class name
-
getResultClass
Returns the result class name- Returns:
- The result class name
-
getResultRole
Returns the result role- Returns:
- The result role
-
getRole
Returns the role- Returns:
- The role
-