Uses of Class
org.exolab.castor.types.TimeDuration

Packages that use TimeDuration
org.castor.xmlctf   
org.exolab.castor.types The Castor implementation of specific XML Schema Types 
 

Uses of TimeDuration in org.castor.xmlctf
 

Methods in org.castor.xmlctf that return TimeDuration
static TimeDuration RandomHelper.getRandom(TimeDuration date, Class c)
          Returns a random Castor TimeDuration.
 

Methods in org.castor.xmlctf with parameters of type TimeDuration
static TimeDuration RandomHelper.getRandom(TimeDuration date, Class c)
          Returns a random Castor TimeDuration.
 

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
 void RecurringDurationBase.setDuration(TimeDuration duration)
          Deprecated. set the duration facet for this recurringDuration
 void RecurringDurationBase.setPeriod(TimeDuration period)
          Deprecated. set the period facet for this recurringDuration
 void TimePeriod.setPeriod(TimeDuration period)
          Deprecated.  
 

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.
 



Copyright © 2012. All Rights Reserved.