Uses of Class
org.exolab.castor.types.TimeDuration
Packages that use TimeDuration
-
Uses of TimeDuration in org.exolab.castor.types
Methods in org.exolab.castor.types that return TimeDurationModifier and TypeMethodDescriptionRecurringDurationBase.getDuration()
Deprecated.RecurringDurationBase.getPeriod()
Deprecated.static TimeDuration
TimeDuration.parseTimeDuration
(String str) Deprecated.Parse the given string and return a time duration which represents this stringMethods in org.exolab.castor.types with parameters of type TimeDurationModifier and TypeMethodDescriptionboolean
TimeDuration.equal
(TimeDuration timeD) Deprecated.Returns true if the instance of TimeDuration has the same fields of the parameterboolean
TimeDuration.isGreater
(TimeDuration timeD) Deprecated.Returns true if the present instance of TimeDuration is greater than the parametervoid
RecurringDurationBase.setDuration
(TimeDuration duration) Deprecated.set the duration facet for this recurringDurationvoid
RecurringDurationBase.setPeriod
(TimeDuration period) Deprecated.set the period facet for this recurringDurationvoid
TimePeriod.setPeriod
(TimeDuration period) Deprecated.Constructors in org.exolab.castor.types with parameters of type TimeDurationModifierConstructorDescriptionRecurringDuration
(TimeDuration duration, TimeDuration period) Deprecated.returns a recurringDuration with the facets duration and period set upprotected
RecurringDurationBase
(TimeDuration duration, TimeDuration period) Deprecated.Returns a recurringDurationBase with the facets duration and period set.