Package rs.baselib.util
Class CronSchedule.SingleTimeValue
java.lang.Object
rs.baselib.util.CronSchedule.AbstractTimeValue
rs.baselib.util.CronSchedule.SingleTimeValue
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CronSchedule
public static class CronSchedule.SingleTimeValue extends CronSchedule.AbstractTimeValue
Represents a single time value, e.g. 9
- Author:
- ralph
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SingleTimeValue(int value)SingleTimeValue(java.lang.String value) -
Method Summary
-
Constructor Details
-
SingleTimeValue
public SingleTimeValue(int value) -
SingleTimeValue
public SingleTimeValue(java.lang.String value)
-
-
Method Details
-
getValue
public int getValue()- Returns:
- the value
-
setValue
public void setValue(int value)- Parameters:
value- the value to set
-
matches
public boolean matches(int timeValue)Returns true when given time value matches defined value.- Specified by:
matchesin classCronSchedule.AbstractTimeValue- Parameters:
timeValue- - time value to evaluate- Returns:
- true when time matches
-
toString
public java.lang.String toString()Returns cron-like string of this definition.- Overrides:
toStringin classjava.lang.Object
-