Uses of Class
javax.cim.CIMTypedElement

Packages that use CIMTypedElement
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.util Internal utility classes, such as constants, defaults, configuration and others. 
 

Uses of CIMTypedElement in javax.cim
 

Subclasses of CIMTypedElement in javax.cim
 class CIMArgument<E>
          CIMArgument represents an instance of a CIMParameter used for method invocation.
 class CIMClassProperty<E>
          Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
 class CIMMethod<E>
          Creates and instantiates a CIM method.
 class CIMParameter<E>
          The CIMParameter class wraps a CIM parameter that is used to define an input, output or input/output parameter to a CIM method.
 class CIMProperty<E>
          The CIMProperty class wraps the value of a CIM Property.
 class CIMQualifier<E>
          The CIMQualifier class wraps a CIM qualifier.
 class CIMQualifierType<E>
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
 class CIMValuedElement<E>
          Class CIMValuedElement is the base class of all valued CIM element.
 

Uses of CIMTypedElement in org.sblim.cimclient.internal.util
 

Methods in org.sblim.cimclient.internal.util with parameters of type CIMTypedElement
static String MOF.dataType(CIMTypedElement pTypedElement)
           
static String MOF.typedElement(CIMTypedElement pTypedElement, String pInd)
          typedElement = [ qualifierList ] (dataType|objectRef) parameterName [ array ]
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.