|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.sblim.wbem.cim.CIMDateTime
org.sblim.wbem.cim.CIMTimeInterval
| Field Summary |
| Fields inherited from class org.sblim.wbem.cim.CIMDateTime |
DAY_PRESICION, FULL_PRESICION, HOUR_PRESICION, iCalendar, iDateString, iDay, iHour, iInterval, iMicrosecond, iMillisecond, iMinute, iMonth, iOffsetMinute, iPresicion, iSecond, iYear, MILLI_FIVE_DIGIT_PRESICION, MILLI_FOUR_DIGIT_PRESICION, MILLI_ONE_DIGIT_PRESICION, MILLI_SIX_DIGIT_PRESICION, MILLI_THREE_DIGIT_PRESICION, MILLI_TWO_DIGIT_PRESICION, MINUTE_PRESICION, MONTH_PRESICION, SECOND_PRESICION, YEAR_PRESICION |
| Constructor Summary | |
CIMTimeInterval()
Construct an object of a CIMTimeInterval. |
|
CIMTimeInterval(java.lang.String pTimeString)
Constructs an object of CIMTimeInterval for a given String that defines a valid interval. |
|
| Method Summary | |
protected static java.lang.String |
convertSecondsToCIMInterval(int intervalInSeconds)
|
static void |
main(java.lang.String[] args)
|
void |
setDay(int pDay)
Specifies the number of days associated with this interval of time. |
| Methods inherited from class org.sblim.wbem.cim.CIMDateTime |
after, before, clone, clone, equals, getCalendar, getDay, getHour, getMicrosecond, getMillisecodsPresicion, getMillisecond, getMinute, getOffsetMinute, getPresicion, getSeconds, hashCode, isDayPresicion, isHourPresicion, isInterval, isMinutePresicion, isMonthPresicion, isSecondPresicion, isYearPresicion, setHour, setMicroseconds, setMilliseconds, setMinute, setOffsetMinute, setPresicion, setSecond, starPadding, toMOF, toString, valueOf, valueOf, zeroPadding |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CIMTimeInterval()
public CIMTimeInterval(java.lang.String pTimeString)
pTimeString - The time interval string| Method Detail |
public void setDay(int pDay)
pDay - A valid day of month (1<=pDay<=31)protected static java.lang.String convertSecondsToCIMInterval(int intervalInSeconds)
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||