Uses of Class
javax.cim.CIMValuedElement
Packages that use CIMValuedElement
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 utility classes, such as constants, defaults, configuration and others.
-
Uses of CIMValuedElement in javax.cim
Subclasses of CIMValuedElement in javax.cimModifier and TypeClassDescriptionclass
CIMArgument<E>
This class represents an instance of aCIMParameter
used for a method invocation.class
class
CIMProperty<E>
class
CIMQualifier<E>
class
-
Uses of CIMValuedElement in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMValuedElementModifier and TypeMethodDescriptionstatic String
MOF.constantValue
(CIMValuedElement<?> pValuedElement, String pInd) constantValue = integerValue | realValue | charValue | stringValue | booleanValue | nullValue // | dateTimeValue | objectHandlestatic String
MOF.valuedElement
(CIMValuedElement<?> pValuedElement, String pInd) valuedElement = typedElement [ defaultValue ] ";" defaultValue = "=" initializer