Package | Description |
---|---|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
Modifier and Type | Class and Description |
---|---|
class |
CIMSimpleDateTime |
class |
CIMTimeInterval |
Modifier and Type | Method and Description |
---|---|
protected CIMDateTime |
CIMDateTime.clone(CIMDateTime pClone) |
protected static CIMDateTime |
CIMDateTime.valueOf(CIMDateTime pDatetime,
java.lang.String pDateString) |
static CIMDateTime |
CIMDateTime.valueOf(java.lang.String pDateString)
Creates an CIMDateTime object from the specified String argument.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CIMDateTime.after(CIMDateTime pThat)
Determines if the current date time occurs after the date type from the
specified object.
|
boolean |
CIMDateTime.before(CIMDateTime pThat)
Determines if the current date time ocurrs after the date type from the
specified object.
|
protected CIMDateTime |
CIMDateTime.clone(CIMDateTime pClone) |
protected static CIMDateTime |
CIMDateTime.valueOf(CIMDateTime pDatetime,
java.lang.String pDateString) |
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.