Uses of Class
javax.cim.CIMValuedElement
-
Packages that use CIMValuedElement Package Description 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 Modifier and Type Class Description classCIMArgument<E>This class represents an instance of aCIMParameterused for a method invocation.classCIMClassProperty<E>classCIMProperty<E>classCIMQualifier<E>classCIMQualifierType<E> -
Uses of CIMValuedElement in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMValuedElement Modifier and Type Method Description static java.lang.StringMOF. constantValue(CIMValuedElement<?> pValuedElement, java.lang.String pInd)constantValue = integerValue | realValue | charValue | stringValue | booleanValue | nullValue // | dateTimeValue | objectHandlestatic java.lang.StringMOF. valuedElement(CIMValuedElement<?> pValuedElement, java.lang.String pInd)valuedElement = typedElement [ defaultValue ] ";" defaultValue = "=" initializer
-