| Modifier and Type | Interface and Description |
|---|---|
interface |
CicsForClause
A representation of the CICS FOR clause.
|
interface |
CicsForOrUntilClause
A representation of a CICS FOR clause or a CICS UNTIL clause.
|
interface |
CicsIntervalClause
A representation of the CICS INTERVAL option.
|
interface |
CicsIntervalOrTimeClause
A representation of the CICS INTERVAL or TIME options.
|
interface |
CicsTimeClause
A representation of the CICS TIME option.
|
interface |
CicsUntilClause
A representation of the CICS UNTIL clause.
|
| Modifier and Type | Method and Description |
|---|---|
CicsDelayClause |
CicsDelayStmt.getDelayClause()
Returns the value of the 'Delay Clause' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CicsDelayStmt.setDelayClause(CicsDelayClause value)
Sets the value of the '
Delay Clause' containment reference. |