|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CIMParameter | |
|---|---|
| javax.cim | Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. |
| 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. |
| Uses of CIMParameter in javax.cim |
|---|
| Methods in javax.cim that return CIMParameter | |
|---|---|
CIMParameter<E> |
CIMParameter.filter(boolean pIncludeQualifiers,
boolean pLocalOnly)
Returns a CIMParameter filtered as specified. |
CIMParameter<?> |
CIMMethod.getParameter(java.lang.String pName)
Get the parameter that matches the specified name. |
CIMParameter<?>[] |
CIMMethod.getParameters()
Returns an array of the parameters for this method. |
| Constructors in javax.cim with parameters of type CIMParameter | |
|---|---|
CIMMethod(java.lang.String pName,
CIMDataType pType,
CIMQualifier<?>[] pQualis,
CIMParameter<?>[] pParams,
boolean pPropagated,
java.lang.String pOriginClass)
Constructs a CIMMethod object with the specified
information. |
|
| Uses of CIMParameter in org.sblim.cimclient.internal.cimxml |
|---|
| Methods in org.sblim.cimclient.internal.cimxml that return CIMParameter | |
|---|---|
static CIMParameter<java.lang.Object> |
CIMXMLParserImpl.parsePARAMETER(org.w3c.dom.Element pParamE)
parsePARAMETER |
static CIMParameter<java.lang.Object> |
CIMXMLParserImpl.parsePARAMETERARRAY(org.w3c.dom.Element pParamE)
parsePARAMETERARRAY |
static CIMParameter<java.lang.Object> |
CIMXMLParserImpl.parsePARAMETERREFARRAY(org.w3c.dom.Element pParamE)
parsePARAMETERREFARRAY |
static CIMParameter<java.lang.Object> |
CIMXMLParserImpl.parsePARAMETERREFERENCE(org.w3c.dom.Element pParamE)
parsePARAMETERREFERENCE |
| Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMParameter | |
|---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createPARAMETER(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMParameter<?> pParameter)
createPARAMETER |
static void |
CIMXMLBuilderImpl.createPARAMETERS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMParameter<?>[] pParameters)
createPARAMETERS |
| Uses of CIMParameter in org.sblim.cimclient.internal.cimxml.sax.node |
|---|
| Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMParameter | |
|---|---|
CIMParameter<java.lang.Object> |
AbstractParameterNode.getCIMParameter()
getCIMParameter |
| Uses of CIMParameter in org.sblim.cimclient.internal.util |
|---|
| Methods in org.sblim.cimclient.internal.util with parameters of type CIMParameter | |
|---|---|
static java.lang.String |
MOF.parameter(CIMParameter<?> pParam,
java.lang.String pInd)
parameter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||