Uses of Class
javax.cim.CIMQualifierType

Packages that use CIMQualifierType
javax.wbem.client Provides classes and interfaces for writing WBEM Clients. 
org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation. 
org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. 
org.sblim.cimclient.internal.util Internal utility classes, such as constants, defaults, configuration and others. 
org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package. 
org.sblim.cimclient.internal.wbem.operations Internal implemenation of WBEM batch operations. 
 

Uses of CIMQualifierType in javax.wbem.client
 

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

Methods in javax.wbem.client that return types with arguments of type CIMQualifierType
 CloseableIterator<CIMQualifierType<?>> WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath)
          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.
 

Uses of CIMQualifierType in org.sblim.cimclient.internal.cimxml
 

Methods in org.sblim.cimclient.internal.cimxml that return CIMQualifierType
static CIMQualifierType<Object> CIMXMLParserImpl.parseQUALIFIERDECLARATION(Element pQualifierTypeE)
          parseQUALIFIERDECLARATION
 

Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMQualifierType
static Element CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType)
          createQUALIFIER_DECLARATION
 Element CIMClientXML_HelperImpl.createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt)
          createQualifierType_request : This has been replaced by setQualifierType_request
static Element CIMClientXML_HelperImpl.enumQualifierTypes_response(Document pDoc, CIMQualifierType<?>[] pQualiTypeA)
          enumQualifierTypes_response
 Element CIMClientXML_HelperImpl.setQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt)
          setQualifierType_request
 

Uses of CIMQualifierType in org.sblim.cimclient.internal.cimxml.sax.node
 

Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMQualifierType
 CIMQualifierType<Object> QualiDeclNode.getCIMQualifierType()
          getCIMQualifierType
 

Uses of CIMQualifierType in org.sblim.cimclient.internal.util
 

Methods in org.sblim.cimclient.internal.util with parameters of type CIMQualifierType
static String MOF.qualifierDeclaration(CIMQualifierType<?> pQType)
           qualifierDeclaration = QUALIFIER qualifierName qualifierType scope [ defaultFlavor ] ";"
 

Uses of CIMQualifierType in org.sblim.cimclient.internal.wbem
 

Methods in org.sblim.cimclient.internal.wbem that return CIMQualifierType
 CIMQualifierType<?> WBEMClientCIMXML.getQualifierType(CIMObjectPath pName)
           
 

Methods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMQualifierType
 CloseableIterator<CIMQualifierType<?>> WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath)
           
 

Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMQualifierType
 void WBEMClientCIMXML.setQualifierType(CIMQualifierType<?> pQualifierType)
           
 

Uses of CIMQualifierType in org.sblim.cimclient.internal.wbem.operations
 

Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMQualifierType
protected  CIMQualifierType<?> CIMCreateQualifierTypeOp.iQualifierType
           
protected  CIMQualifierType<?> CIMSetQualifierTypeOp.iQualifierType
           
 

Methods in org.sblim.cimclient.internal.wbem.operations that return CIMQualifierType
 CIMQualifierType<?> CIMCreateQualifierTypeOp.getQualifierType()
          Returns the qualifier type
 CIMQualifierType<?> CIMSetQualifierTypeOp.getQualifierType()
          Returns qualifierType
 

Constructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMQualifierType
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType<?> pQualifierType)
          Ctor.
CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType<?> qualifierType)
          Ctor.
 



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