Uses of Class
com.pecasim.base.simulation.SimDate.WEEKDAY

Packages that use SimDate.WEEKDAY
com.pecasim.base.simulation   
 

Uses of SimDate.WEEKDAY in com.pecasim.base.simulation
 

Methods in com.pecasim.base.simulation that return SimDate.WEEKDAY
 SimDate.WEEKDAY SimDate.getWeekDay()
          Liefert den konkreten Tag der Woche
static SimDate.WEEKDAY SimDate.WEEKDAY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimDate.WEEKDAY[] SimDate.WEEKDAY.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.pecasim.base.simulation with parameters of type SimDate.WEEKDAY
 SimDate SimDate.set(SimDate.WEEKDAY aWeekDay)