org.sblim.wbem.client.operations

Class CIMSetQualifierTypeOp


public class CIMSetQualifierTypeOp
extends CIMOperation

CIMSetQualifierTypeOp.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

CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType)

Method Summary

CIMQualifierType
getQualifierType()
Returns qualifierType

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

CIMSetQualifierTypeOp

public CIMSetQualifierTypeOp(CIMObjectPath objectName,
                             CIMQualifierType qualifierType)

Method Details

getQualifierType

public CIMQualifierType getQualifierType()
Returns qualifierType
Returns:
The value of qualifierType.

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