Uses of Class
javax.cim.CIMValuedElement

Packages that use CIMValuedElement
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 CIMValuedElement in javax.cim
 

Subclasses of CIMValuedElement in javax.cim
 class CIMArgument<E>
          This class represents an instance of a CIMParameter used for a method invocation.
 class CIMClassProperty<E>
          This class represents a CIM property (when used for a CIMClass) as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
 class CIMProperty<E>
          This class represents a CIM Property as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
 class CIMQualifier<E>
          This class represents a CIM qualifier as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
 class CIMQualifierType<E>
          The CIMQualifierType class represents a CIM Qualifier Type as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
 

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

Methods in org.sblim.cimclient.internal.util with parameters of type CIMValuedElement
static String MOF.constantValue(CIMValuedElement<?> pValuedElement, String pInd)
           constantValue = integerValue | realValue | charValue | stringValue | booleanValue | nullValue // | dateTimeValue | objectHandle
static String MOF.valuedElement(CIMValuedElement<?> pValuedElement, String pInd)
           valuedElement = typedElement [ defaultValue ] ";" defaultValue = "=" initializer
 



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