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
          CIMArgument represents an instance of a CIMParameter used for method invocation.
 class CIMClassProperty
          Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
 class CIMProperty
          The CIMProperty class wraps the value of a CIM Property.
 class CIMQualifier
          The CIMQualifier class wraps a CIM qualifier.
 class CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
 

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

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



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