org.sblim.cimclient.internal.wbem.operations

Class CIMCreateQualifierTypeOp

public class CIMCreateQualifierTypeOp extends CIMOperation

CIMCreateQualifierTypeOp
Field Summary
protected CIMQualifierType<?>iQualifierType
Constructor Summary
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType<?> pQualifierType)
Ctor.
Method Summary
CIMQualifierType<?>getQualifierType()
Returns the qualifier type

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, 2009 IBM Corporation. All Rights Reserved.