javax.wbem.client
Class CIMCreateQualifierTypeOp

java.lang.Object
  |
  +--javax.wbem.client.CIMOperation
        |
        +--javax.wbem.client.CIMCreateQualifierTypeOp
All Implemented Interfaces:
java.io.Serializable

public synchronized class CIMCreateQualifierTypeOp
extends CIMOperation


Constructor Summary
CIMCreateQualifierTypeOp(CIMObjectPath, CIMQualifierType)
           
 
Method Summary
 CIMQualifierType getCIMQualifierType()
           
 CIMObjectPath getModelPath()
           
 
Methods inherited from class javax.wbem.client.CIMOperation
getNameSpace, getResult, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMCreateQualifierTypeOp

public CIMCreateQualifierTypeOp(CIMObjectPath,
                                CIMQualifierType)
Method Detail

getModelPath

public CIMObjectPath getModelPath()

getCIMQualifierType

public CIMQualifierType getCIMQualifierType()