Uses of Class
javax.cim.CIMQualifierType

Packages that use CIMQualifierType
javax.wbem.client Provides classes and interfaces for writing WBEM Clients. 
 

Uses of CIMQualifierType in javax.wbem.client
 

Methods in javax.wbem.client that return CIMQualifierType
 CIMQualifierType<?> WBEMClient.getQualifierType(CIMObjectPath name)
          Get a CIMQualifierType.
 

Methods in javax.wbem.client that return types with arguments of type CIMQualifierType
 CloseableIterator<CIMQualifierType<?>> WBEMClient.enumerateQualifierTypes(CIMObjectPath path)
          Enumerates the CIM Qualifier Types for a specific namespace
 

Methods in javax.wbem.client with parameters of type CIMQualifierType
 void WBEMClient.setQualifierType(CIMQualifierType<?> pQualifierType)
          Add a CIMQualifierType to the specified namespace if it does not already exist.
 



Copyright © 2002-2008 WBEM Solutions, Inc. All Rights Reserved.