public class AddScheduledTime extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected static int |
mapToHour(String hour) |
protected static int |
mapToMonth(String day) |
protected static int |
mapToWeekday(String day) |
protected static EnumeratedValues |
parseDayOfMonth(String list) |
protected static EnumeratedValues |
parseDayOfWeek(String list) |
protected static EnumeratedValues |
parseHourOfDay(String list) |
protected static EnumeratedValues |
parseMinutes(String list) |
protected static EnumeratedValues |
parseMonthOfYear(String list) |
protected static EnumeratedValues |
parseYear(String list) |
public static final String _rcsid
public static void main(String[] args)
protected static EnumeratedValues parseDayOfWeek(String list) throws Exception
Exception
protected static EnumeratedValues parseMonthOfYear(String list) throws Exception
Exception
protected static EnumeratedValues parseDayOfMonth(String list) throws Exception
Exception
protected static EnumeratedValues parseYear(String list) throws Exception
Exception
protected static EnumeratedValues parseHourOfDay(String list) throws Exception
Exception
protected static EnumeratedValues parseMinutes(String list) throws Exception
Exception