public interface CicsDefineTimerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDefineTimerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsTimeFormatDays |
getAfter()
Returns the value of the 'After' containment reference.
|
CicsTimeFormat |
getAt()
Returns the value of the 'At' containment reference.
|
DataRefOrLiteral |
getEvent()
Returns the value of the 'Event' containment reference.
|
CicsOnClause |
getOn()
Returns the value of the 'On' containment reference.
|
DataRefOrLiteral |
getTimer()
Returns the value of the 'Timer' containment reference.
|
boolean |
isToday()
Returns the value of the 'Today' attribute.
|
void |
setAfter(CicsTimeFormatDays value)
Sets the value of the '
After' containment reference. |
void |
setAt(CicsTimeFormat value)
Sets the value of the '
At' containment reference. |
void |
setEvent(DataRefOrLiteral value)
Sets the value of the '
Event' containment reference. |
void |
setOn(CicsOnClause value)
Sets the value of the '
On' containment reference. |
void |
setTimer(DataRefOrLiteral value)
Sets the value of the '
Timer' containment reference. |
void |
setToday(boolean value)
Sets the value of the '
Today' attribute. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getTimer()
The value is a representation of the data value specified in the TIMER option.
setTimer(DataRefOrLiteral),
COBOLPackage.getCicsDefineTimerStmt_Timer()void setTimer(DataRefOrLiteral value)
Timer' containment reference.
value - the new value of the 'Timer' containment reference.getTimer()DataRefOrLiteral getEvent()
The value is a representation of the data value specified in the EVENT option; if the option is not used, the value is null.
setEvent(DataRefOrLiteral),
COBOLPackage.getCicsDefineTimerStmt_Event()void setEvent(DataRefOrLiteral value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()CicsTimeFormatDays getAfter()
The value is a representation of the options specified in the AFTER clause; if the AFTER clause is not used, the value is null.
setAfter(CicsTimeFormatDays),
COBOLPackage.getCicsDefineTimerStmt_After()void setAfter(CicsTimeFormatDays value)
After' containment reference.
value - the new value of the 'After' containment reference.getAfter()CicsTimeFormat getAt()
The value is a representation of the options specified in the AT clause; if the AT clause is not used, the value is null.
setAt(CicsTimeFormat),
COBOLPackage.getCicsDefineTimerStmt_At()void setAt(CicsTimeFormat value)
At' containment reference.
value - the new value of the 'At' containment reference.getAt()boolean isToday()
The value is true if the TODAY option is used; false otherwise.
setToday(boolean),
COBOLPackage.getCicsDefineTimerStmt_Today()void setToday(boolean value)
Today' attribute.
value - the new value of the 'Today' attribute.isToday()CicsOnClause getOn()
The value is a representation of the options specified in the ON clause; if the ON clause is not used, the value is null.
setOn(CicsOnClause),
COBOLPackage.getCicsDefineTimerStmt_On()void setOn(CicsOnClause value)
On' containment reference.
value - the new value of the 'On' containment reference.getOn()