Package org.sblim.wbem.client.operations
Class CIMSetQualifierTypeOp
- java.lang.Object
-
- org.sblim.wbem.client.operations.CIMOperation
-
- org.sblim.wbem.client.operations.CIMSetQualifierTypeOp
-
public class CIMSetQualifierTypeOp extends CIMOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected CIMQualifierType
iQualifierType
-
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMQualifierType
getQualifierType()
Returns qualifierType-
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
-
-
-
Field Detail
-
iQualifierType
protected CIMQualifierType iQualifierType
-
-
Constructor Detail
-
CIMSetQualifierTypeOp
public CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType)
-
-
Method Detail
-
getQualifierType
public CIMQualifierType getQualifierType()
Returns qualifierType- Returns:
- The value of qualifierType.
-
-