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

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

public class CIMCreateQualifierTypeOp
extends CIMOperation

CIMCreateQualifierTypeOp


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

CIMCreateQualifierTypeOp

public CIMCreateQualifierTypeOp(CIMObjectPath pObjectName,
                                CIMQualifierType<?> pQualifierType)
Ctor.

Parameters:
pObjectName -
pQualifierType -
Method Detail

getQualifierType

public CIMQualifierType<?> getQualifierType()
Returns the qualifier type

Returns:
The qualifier type


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