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.
 CIMQualifierType WBEMClient.getQualifierType(CIMObjectPath pName)
          Get a CIMQualifierType.
 

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.
 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 CIMXMLParserImpl.parseQUALIFIERDECLARATION(org.w3c.dom.Element pQualifierTypeE)
          parseQUALIFIERDECLARATION
static CIMQualifierType CIMXMLParserImpl.parseQUALIFIERDECLARATION(org.w3c.dom.Element pQualifierTypeE)
          parseQUALIFIERDECLARATION
 

Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMQualifierType
static org.w3c.dom.Element CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMQualifierType pQualifierType)
          createQUALIFIER_DECLARATION
static org.w3c.dom.Element CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMQualifierType pQualifierType)
          createQUALIFIER_DECLARATION
 org.w3c.dom.Element CIMClientXML_HelperImpl.createQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType pQt)
          createQualifierType_request
 org.w3c.dom.Element CIMClientXML_HelperImpl.createQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType pQt)
          createQualifierType_request
static org.w3c.dom.Element CIMClientXML_HelperImpl.enumQualifierTypes_response(org.w3c.dom.Document pDoc, CIMQualifierType[] pQualiTypeA)
          enumQualifierTypes_response
static org.w3c.dom.Element CIMClientXML_HelperImpl.enumQualifierTypes_response(org.w3c.dom.Document pDoc, CIMQualifierType[] pQualiTypeA)
          enumQualifierTypes_response
 org.w3c.dom.Element CIMClientXML_HelperImpl.setQualifierType_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMQualifierType pQt)
          setQualifierType_request
 org.w3c.dom.Element CIMClientXML_HelperImpl.setQualifierType_request(org.w3c.dom.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 QualiDeclNode.getCIMQualifierType()
          getCIMQualifierType
 CIMQualifierType 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 java.lang.String MOF.qualifierDeclaration(CIMQualifierType pQType)
           qualifierDeclaration = QUALIFIER qualifierName qualifierType scope [ defaultFlavor ] ";"
static java.lang.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)
           
 CIMQualifierType WBEMClientCIMXML.getQualifierType(CIMObjectPath pName)
           
 

Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMQualifierType
 void WBEMClientCIMXML.setQualifierType(CIMQualifierType pQualifierType)
           
 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
           
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
 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.
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType pQualifierType)
          Ctor.
CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType)
          Ctor.
CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType qualifierType)
          Ctor.
 



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