Uses of Class
javax.cim.CIMParameter
Packages that use CIMParameter
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
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.
-
Uses of CIMParameter in javax.cim
Methods in javax.cim that return CIMParameterModifier and TypeMethodDescriptionCIMParameter.filter
(boolean pIncludeQualifiers, boolean pLocalOnly) Returns aCIMParameter
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.Constructors in javax.cim with parameters of type CIMParameterModifierConstructorDescriptionCIMMethod
(String pName, CIMDataType pType, CIMQualifier<?>[] pQualis, CIMParameter<?>[] pParams, boolean pPropagated, String pOriginClass) Constructs aCIMMethod
object with the specified information. -
Uses of CIMParameter in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMParameterModifier and TypeMethodDescriptionstatic CIMParameter
<Object> CIMXMLParserImpl.parsePARAMETER
(Element pParamE) parsePARAMETERstatic CIMParameter
<Object> CIMXMLParserImpl.parsePARAMETERARRAY
(Element pParamE) parsePARAMETERARRAYstatic CIMParameter
<Object> CIMXMLParserImpl.parsePARAMETERREFARRAY
(Element pParamE) parsePARAMETERREFARRAYstatic CIMParameter
<Object> CIMXMLParserImpl.parsePARAMETERREFERENCE
(Element pParamE) parsePARAMETERREFERENCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMParameterModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createPARAMETER
(Document pDoc, Element pParentE, CIMParameter<?> pParameter) createPARAMETERstatic void
CIMXMLBuilderImpl.createPARAMETERS
(Document pDoc, 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 -
Uses of CIMParameter in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMParameterModifier and TypeMethodDescriptionstatic String
MOF.parameter
(CIMParameter<?> pParam, String pInd) parameter