Uses of Class
javax.cim.CIMParameter

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. 
 

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(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(String name, CIMDataType type, CIMQualifier<?>[] qualifiers, CIMParameter<?>[] parameters, boolean propagated, String originClass)
          Constructs a CIMMethod object with the specified information.
 



Copyright © 2002-2008 WBEM Solutions, Inc. All Rights Reserved.