org.sblim.wbem.client.operations

Class CIMCreateQualifierTypeOp


public class CIMCreateQualifierTypeOp
extends CIMOperation

CIMCreateQualifierTypeOp.java (C) Copyright IBM Corp. 2005, 2009 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php

Field Summary

protected CIMQualifierType
iQualifierType

Fields inherited from class org.sblim.wbem.client.operations.CIMOperation

iMethodCall, iNameSpace, iObjectName, iResult

Constructor Summary

CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType pQualifierType)

Method Summary

CIMQualifierType
getQualifierType()
Returns the qualifier type

Methods inherited from class org.sblim.wbem.client.operations.CIMOperation

getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult

Field Details

iQualifierType

protected CIMQualifierType iQualifierType

Constructor Details

CIMCreateQualifierTypeOp

public CIMCreateQualifierTypeOp(CIMObjectPath pObjectName,
                                CIMQualifierType pQualifierType)

Method Details

getQualifierType

public CIMQualifierType getQualifierType()
Returns the qualifier type
Returns:
The qualifier type

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