|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.scheduler.api.CronField
com.sap.scheduler.api.fields.CronMinuteField
public class CronMinuteField
This class represents a Cron minute field.
| Field Summary |
|---|
| Fields inherited from class com.sap.scheduler.api.CronField |
|---|
FIELD_HOUR, FIELD_MINUTE, FIELD_MONTH, FIELD_MONTH_DAY, FIELD_OK, FIELD_WEEK_DAY, FIELD_YEAR, fieldCodesToErrMsgs, fldCode, INFINITY, INVALID_FIELD_CODE, strEntry |
| Constructor Summary | |
|---|---|
CronMinuteField(int singleValue)
Constructs a minute field from given single value |
|
CronMinuteField(int start,
int end)
Constructs a minute field from given value range , e.g. |
|
CronMinuteField(int start,
int end,
int step)
Constructs a minute field from given value range , e.g. |
|
CronMinuteField(String str)
Constructs a minute field from given cron |
|
| Method Summary | |
|---|---|
static String |
getStringValue(int val)
Returns a string representation of a minute |
| Methods inherited from class com.sap.scheduler.api.CronField |
|---|
getMaxValue, getMaxValue, getMinValue, getMinValue, persistableValue, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CronMinuteField(String str)
str - the cronpublic CronMinuteField(int singleValue)
singleValue - the single value
public CronMinuteField(int start,
int end)
start - the start valueend - the end game
public CronMinuteField(int start,
int end,
int step)
start - the start timeend - the end timestep - the step| Method Detail |
|---|
public static String getStringValue(int val)
val - the integer value
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||