public interface CicsReturnTransactionIdClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsReturnTransactionIdClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
CicsCommunicationAreaClause |
getCommAreaClause()
Returns the value of the 'Comm Area Clause' containment reference.
|
DataRefOrLiteral |
getTransId()
Returns the value of the 'Trans Id' containment reference.
|
boolean |
isImmediate()
Returns the value of the 'Immediate' attribute.
|
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setCommAreaClause(CicsCommunicationAreaClause value)
Sets the value of the '
Comm Area Clause' containment reference. |
void |
setImmediate(boolean value)
Sets the value of the '
Immediate' attribute. |
void |
setTransId(DataRefOrLiteral value)
Sets the value of the '
Trans Id' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getTransId()
The value is a representation of the name specified in the TRANSID option.
setTransId(DataRefOrLiteral),
COBOLPackage.getCicsReturnTransactionIdClause_TransId()void setTransId(DataRefOrLiteral value)
Trans Id' containment reference.
value - the new value of the 'Trans Id' containment reference.getTransId()CicsCommunicationAreaClause getCommAreaClause()
The value is a representation of the COMMAREA and LENGTH options; if those options are not used, the value is null.
setCommAreaClause(CicsCommunicationAreaClause),
COBOLPackage.getCicsReturnTransactionIdClause_CommAreaClause()void setCommAreaClause(CicsCommunicationAreaClause value)
Comm Area Clause' containment reference.
value - the new value of the 'Comm Area Clause' containment reference.getCommAreaClause()boolean isImmediate()
The value is true if the IMMEDIATE option is used; false otherwise.
setImmediate(boolean),
COBOLPackage.getCicsReturnTransactionIdClause_Immediate()void setImmediate(boolean value)
Immediate' attribute.
value - the new value of the 'Immediate' attribute.isImmediate()DataRefOrLiteral getChannel()
The value is a representation of the name specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsReturnTransactionIdClause_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()