Class CIMCreateQualifierTypeOp
- java.lang.Object
-
- org.sblim.cimclient.internal.wbem.operations.CIMOperation
-
- org.sblim.cimclient.internal.wbem.operations.CIMCreateQualifierTypeOp
-
public class CIMCreateQualifierTypeOp extends CIMOperation
CIMCreateQualifierTypeOp
-
-
Field Summary
Fields Modifier and Type Field Description protected CIMQualifierType<?>
iQualifierType
-
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType<?> pQualifierType)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMQualifierType<?>
getQualifierType()
Returns the qualifier type-
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
-
-
-
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
-
-