public interface CicsIntervalOrTimeClause extends ASTNode, CicsDelayClause, CicsStartClause
The following features are supported:
COBOLPackage.getCicsIntervalOrTimeClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getHHMMSS()
Returns the value of the 'HHMMSS' containment reference.
|
void |
setHHMMSS(DataRefOrLiteral value)
Sets the value of the '
HHMMSS' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getHHMMSS()
The value is a representation of the time specified in the option.
setHHMMSS(DataRefOrLiteral),
COBOLPackage.getCicsIntervalOrTimeClause_HHMMSS()void setHHMMSS(DataRefOrLiteral value)
HHMMSS' containment reference.
value - the new value of the 'HHMMSS' containment reference.getHHMMSS()