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

java.lang.Object
  extended by org.sblim.cimclient.internal.wbem.operations.CIMOperation
      extended by org.sblim.cimclient.internal.wbem.operations.CIMSetQualifierTypeOp

public class CIMSetQualifierTypeOp
extends CIMOperation

CIMSetQualifierTypeOp


Field Summary
protected  CIMQualifierType<?> iQualifierType
           
 
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType<?> qualifierType)
          Ctor.
 
Method Summary
 CIMQualifierType<?> getQualifierType()
          Returns qualifierType
 
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

iQualifierType

protected CIMQualifierType<?> iQualifierType
Constructor Detail

CIMSetQualifierTypeOp

public CIMSetQualifierTypeOp(CIMObjectPath objectName,
                             CIMQualifierType<?> qualifierType)
Ctor.

Parameters:
objectName -
qualifierType -
Method Detail

getQualifierType

public CIMQualifierType<?> getQualifierType()
Returns qualifierType

Returns:
The value of qualifierType.


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