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 TimeDurationTimeDuration.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 TypeMethodDescriptionbooleanTimeDuration.equal(TimeDuration timeD) Deprecated.Returns true if the instance of TimeDuration has the same fields of the parameterbooleanTimeDuration.isGreater(TimeDuration timeD) Deprecated.Returns true if the present instance of TimeDuration is greater than the parametervoidRecurringDurationBase.setDuration(TimeDuration duration) Deprecated.set the duration facet for this recurringDurationvoidRecurringDurationBase.setPeriod(TimeDuration period) Deprecated.set the period facet for this recurringDurationvoidTimePeriod.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 upprotectedRecurringDurationBase(TimeDuration duration, TimeDuration period) Deprecated.Returns a recurringDurationBase with the facets duration and period set.