Uses of Class
javax.cim.CIMTypedElement
-
Packages that use CIMTypedElement 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 CIMTypedElement in javax.cim
Subclasses of CIMTypedElement in javax.cim Modifier and Type Class Description classCIMArgument<E>This class represents an instance of aCIMParameterused for a method invocation.classCIMClassProperty<E>classCIMMethod<E>classCIMParameter<E>This class represents a CIM Parameter.classCIMProperty<E>classCIMQualifier<E>classCIMQualifierType<E>classCIMValuedElement<E>CIMValuedElementis a base class used by any element that contains a name, type and value. -
Uses of CIMTypedElement in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMTypedElement Modifier and Type Method Description static java.lang.StringMOF. dataType(CIMTypedElement pTypedElement)static java.lang.StringMOF. typedElement(CIMTypedElement pTypedElement, java.lang.String pInd)typedElement = [ qualifierList ] (dataType|objectRef) parameterName [ array ]
-