Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
See: Description
| Interface Summary | |
|---|---|
| CIMNamedElementInterface | This interface was present on the 1st JSR48 JavaDoc but it doesn't present in the 2nd JSR48 JavaDoc. |
| CIMQualifiedElementInterface | Class CIMQualifiedElementInterface is implemented by all qualified CIMElement. |
| Class Summary | |
|---|---|
| CIMArgument |
CIMArgument represents an instance of a
CIMParameter used for method invocation. |
| CIMClass |
CIMClass represents a CIM class as defined by the Distributed
Management Task Force (www.dmtf.org) CIM Infrastructure Specification. |
| CIMClassProperty | Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class. |
| CIMDataType | Encapsulates the CIM data types as defined in the CIM Infrastructure Specification. |
| CIMDateTime |
The CIMDateTime class is modeled on the datetime data type as
specified in the CIM specification.It is in the format: yyyyMMddHHmmss.SSSSSSsutc where:
|
| CIMDateTimeAbsolute |
The CIMDateTimeAbsolute class is modeled on the datetime data
type as specified in the CIM specification. |
| CIMDateTimeInterval |
The CIMDateTimeInterval class is modeled on the datetime data
type as specified in the CIM specification.It is in the format: ddddddddHHMMSS.mmmmmm:000 For example, an elapsed time of 1 day, 13 hours, 23 minutes, 12 seconds would be: 00000001132312.000000:000 A UTC offset of zero is always used for interval properties. Fields that are not significant MUST be replaced with asterisk ("*") characters. |
| CIMElement | CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification. |
| CIMFlavor | An immutable class to encapsulate a CIM Flavor. |
| CIMInstance |
The CIMInstance class represents an instance of a CIM class. |
| CIMMethod | Creates and instantiates a CIM method. |
| CIMObjectPath |
A CIMObjectPath is a reference to a specified CIM class, CIM
instance or CIM qualifier. |
| CIMParameter |
The CIMParameter class wraps a CIM paramter that is used to
define an input, output or input/output parameter to a CIM method. |
| CIMProperty |
The CIMProperty class wraps the value of a CIM Property. |
| CIMQualifier |
The CIMQualifier class wraps a CIM qualifier. |
| CIMQualifierType |
The CIMQualifierType class represents a CIM Qualifier Type as
an object. |
| CIMScope |
The CIMScope class represents the scopes available for use as
part of a qualifier type definition. |
| CIMTypedElement |
Class CIMTypedElement is the base class of all typed CIM
element. |
| CIMValuedElement |
Class CIMValuedElement is the base class of all valued CIM
element. |
| UnsignedInteger16 |
The UnsignedInteger16 class wraps the value of an uint16. |
| UnsignedInteger32 |
The UnsignedInteger32 class wraps the value of an uint32. |
| UnsignedInteger64 |
The UnsignedInteger64 class wraps the value of an uint64. |
| UnsignedInteger8 |
The UnsignedInteger8 class wraps the value of an uint8. |
Since: 2.0.0