Uses of Class
javax.cim.CIMTypedElement
Packages that use CIMTypedElement
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 CIMTypedElement in javax.cim
Subclasses of CIMTypedElement in javax.cimModifier and TypeClassDescriptionclass
CIMArgument<E>
This class represents an instance of aCIMParameter
used for a method invocation.class
class
CIMMethod<E>
class
CIMParameter<E>
This class represents a CIM Parameter.class
CIMProperty<E>
class
CIMQualifier<E>
class
class
CIMValuedElement
is 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 CIMTypedElementModifier and TypeMethodDescriptionstatic String
MOF.dataType
(CIMTypedElement pTypedElement) static String
MOF.typedElement
(CIMTypedElement pTypedElement, String pInd) typedElement = [ qualifierList ] (dataType|objectRef) parameterName [ array ]