Uses of Class
javax.cim.CIMQualifierType
Packages that use CIMQualifierType
Package
Description
Provides classes and interfaces for writing WBEM Clients.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
Internal utility classes, such as constants, defaults, configuration and others.
Internal implemenation of the interfaces from the javax.wbem package.
Internal implemenation of WBEM batch operations.
-
Uses of CIMQualifierType in javax.wbem.client
Methods in javax.wbem.client that return CIMQualifierTypeModifier and TypeMethodDescriptionWBEMClient.getQualifierType(CIMObjectPath pName) Get aCIMQualifierType.Methods in javax.wbem.client that return types with arguments of type CIMQualifierTypeModifier and TypeMethodDescriptionWBEMClient.enumerateQualifierTypes(CIMObjectPath pPath) Enumerates the CIM Qualifier types for a specific namespace.Methods in javax.wbem.client with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionvoidWBEMClient.setQualifierType(CIMQualifierType<?> pQualifierType) Add aCIMQualifierTypeto 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 CIMQualifierTypeModifier and TypeMethodDescriptionstatic CIMQualifierType<Object> CIMXMLParserImpl.parseQUALIFIERDECLARATION(Element pQualifierTypeE) parseQUALIFIERDECLARATIONMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createQUALIFIER_DECLARATION(Document pDoc, Element pParentE, CIMQualifierType<?> pQualifierType) createQUALIFIER_DECLARATIONCIMClientXML_HelperImpl.createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) createQualifierType_request : This has been replaced by setQualifierType_requeststatic ElementCIMClientXML_HelperImpl.enumQualifierTypes_response(Document pDoc, CIMQualifierType<?>[] pQualiTypeA) enumQualifierTypes_responseCIMClientXML_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 -
Uses of CIMQualifierType in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionstatic StringMOF.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 CIMQualifierTypeMethods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMQualifierTypeMethods in org.sblim.cimclient.internal.wbem with parameters of type CIMQualifierTypeModifier and TypeMethodDescriptionvoidWBEMClientCIMXML.setQualifierType(CIMQualifierType<?> pQualifierType) -
Uses of CIMQualifierType in org.sblim.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMQualifierTypeModifier and TypeFieldDescriptionprotected CIMQualifierType<?> CIMCreateQualifierTypeOp.iQualifierTypeprotected CIMQualifierType<?> CIMSetQualifierTypeOp.iQualifierTypeMethods in org.sblim.cimclient.internal.wbem.operations that return CIMQualifierTypeModifier and TypeMethodDescriptionCIMCreateQualifierTypeOp.getQualifierType()Returns the qualifier typeCIMSetQualifierTypeOp.getQualifierType()Returns qualifierTypeConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMQualifierTypeModifierConstructorDescriptionCIMCreateQualifierTypeOp(CIMObjectPath pObjectName, CIMQualifierType<?> pQualifierType) Ctor.CIMSetQualifierTypeOp(CIMObjectPath objectName, CIMQualifierType<?> qualifierType) Ctor.