public interface CicsOnClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsOnClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDayOfMonth()
Returns the value of the 'Day Of Month' containment reference.
|
DataRefOrLiteral |
getDayOfYear()
Returns the value of the 'Day Of Year' containment reference.
|
DataRefOrLiteral |
getMonth()
Returns the value of the 'Month' containment reference.
|
DataRefOrLiteral |
getYear()
Returns the value of the 'Year' containment reference.
|
void |
setDayOfMonth(DataRefOrLiteral value)
Sets the value of the '
Day Of Month' containment reference. |
void |
setDayOfYear(DataRefOrLiteral value)
Sets the value of the '
Day Of Year' containment reference. |
void |
setMonth(DataRefOrLiteral value)
Sets the value of the '
Month' containment reference. |
void |
setYear(DataRefOrLiteral value)
Sets the value of the '
Year' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getYear()
The value is a representation of the data value specified in the YEAR option.
setYear(DataRefOrLiteral),
COBOLPackage.getCicsOnClause_Year()void setYear(DataRefOrLiteral value)
Year' containment reference.
value - the new value of the 'Year' containment reference.getYear()DataRefOrLiteral getMonth()
The value is a representation of the data value specified in the MONTH option; if the option is not used, the value is null.
setMonth(DataRefOrLiteral),
COBOLPackage.getCicsOnClause_Month()void setMonth(DataRefOrLiteral value)
Month' containment reference.
value - the new value of the 'Month' containment reference.getMonth()DataRefOrLiteral getDayOfMonth()
The value is a representation of the data value specified in the DAYOFMONTH option; if that option is not used, the value is null.
setDayOfMonth(DataRefOrLiteral),
COBOLPackage.getCicsOnClause_DayOfMonth()void setDayOfMonth(DataRefOrLiteral value)
Day Of Month' containment reference.
value - the new value of the 'Day Of Month' containment reference.getDayOfMonth()DataRefOrLiteral getDayOfYear()
The value is a representation of the data value specified in the DAYOFYEAR option; if that option is not used, the value is null.
setDayOfYear(DataRefOrLiteral),
COBOLPackage.getCicsOnClause_DayOfYear()void setDayOfYear(DataRefOrLiteral value)
Day Of Year' containment reference.
value - the new value of the 'Day Of Year' containment reference.getDayOfYear()