|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeDuration | |
|---|---|
| org.exolab.castor.types | The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation. |
| Uses of TimeDuration in org.exolab.castor.types |
|---|
| Methods in org.exolab.castor.types that return TimeDuration | |
|---|---|
TimeDuration |
RecurringDurationBase.getDuration()
Deprecated. |
TimeDuration |
RecurringDurationBase.getPeriod()
Deprecated. |
static TimeDuration |
TimeDuration.parseTimeDuration(String str)
Deprecated. Parse the given string and return a time duration which represents this string |
| Methods in org.exolab.castor.types with parameters of type TimeDuration | |
|---|---|
boolean |
TimeDuration.equal(TimeDuration timeD)
Deprecated. Returns true if the instance of TimeDuration has the same fields of the parameter |
boolean |
TimeDuration.isGreater(TimeDuration timeD)
Deprecated. Returns true if the present instance of TimeDuration is greater than the parameter Note This definition does not follow the XML SCHEMA DRAFT 20001024 the following orger relation is used : t1,t2 timeDuration types t1>t2 iff t1.toLong()>t2.toLong() |
void |
RecurringDurationBase.setDuration(TimeDuration duration)
Deprecated. set the duration facet for this recurringDuration |
void |
TimePeriod.setPeriod(TimeDuration period)
Deprecated. |
void |
RecurringDurationBase.setPeriod(TimeDuration period)
Deprecated. set the period facet for this recurringDuration |
| Constructors in org.exolab.castor.types with parameters of type TimeDuration | |
|---|---|
RecurringDuration(TimeDuration duration,
TimeDuration period)
Deprecated. returns a recurringDuration with the facets duration and period set up |
|
RecurringDurationBase(TimeDuration duration,
TimeDuration period)
Deprecated. Returns a recurringDurationBase with the facets duration and period set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||