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.uri |
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure
Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
CIMDateTimeAbsolute
The
CIMDateTimeAbsolute class is modeled on the datetime data
type as specified in the CIM specification. |
class |
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. |
Modifier and Type | Method and Description |
---|---|
int |
CIMDateTimeAbsolute.compareTo(CIMDateTime pDateTime)
Compares the
CIMDateTimeAbsolute object with this one. |
int |
CIMDateTimeInterval.compareTo(CIMDateTime o)
Compares the
CIMDateTimeInterval object with this one. |
Modifier and Type | Method and Description |
---|---|
CIMDateTime |
DateTimeValue.getDateTime()
getDateTime
|
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.