Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CIMParameter<E> |
CIMParameter.filter(boolean pIncludeQualifiers,
boolean pLocalOnly)
Returns a CIMParameter filtered as specified.
|
CIMParameter<?> |
CIMMethod.getParameter(String pName)
Get the parameter that matches the specified name.
|
CIMParameter<?>[] |
CIMMethod.getParameters()
Returns an array of the parameters for this method.
|
Constructor and Description |
---|
CIMMethod(String pName,
CIMDataType pType,
CIMQualifier<?>[] pQualis,
CIMParameter<?>[] pParams,
boolean pPropagated,
String pOriginClass)
Constructs a
CIMMethod object with the specified
information. |
Modifier and Type | Method and Description |
---|---|
static CIMParameter<Object> |
CIMXMLParserImpl.parsePARAMETER(Element pParamE)
parsePARAMETER
|
static CIMParameter<Object> |
CIMXMLParserImpl.parsePARAMETERARRAY(Element pParamE)
parsePARAMETERARRAY
|
static CIMParameter<Object> |
CIMXMLParserImpl.parsePARAMETERREFARRAY(Element pParamE)
parsePARAMETERREFARRAY
|
static CIMParameter<Object> |
CIMXMLParserImpl.parsePARAMETERREFERENCE(Element pParamE)
parsePARAMETERREFERENCE
|
Modifier and Type | Method and Description |
---|---|
static Element |
CIMXMLBuilderImpl.createPARAMETER(Document pDoc,
Element pParentE,
CIMParameter<?> pParameter)
createPARAMETER
|
static void |
CIMXMLBuilderImpl.createPARAMETERS(Document pDoc,
Element pParentE,
CIMParameter<?>[] pParameters)
createPARAMETERS
|
Modifier and Type | Method and Description |
---|---|
CIMParameter<Object> |
AbstractParameterNode.getCIMParameter()
getCIMParameter
|
Modifier and Type | Method and Description |
---|---|
static String |
MOF.parameter(CIMParameter<?> pParam,
String pInd)
parameter
|
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.