public interface CicsConverseStmt extends CicsStmt
This representation handles all variations of the CONVERSE command.
The following features are supported:
COBOLPackage.getCicsConverseStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAttachId()
Returns the value of the 'Attach Id' containment reference.
|
DataRefOrLiteral |
getConvId()
Returns the value of the 'Conv Id' containment reference.
|
DataRefOrLiteral |
getCtlChar()
Returns the value of the 'Ctl Char' containment reference.
|
DataRefOrLiteral |
getDest()
Returns the value of the 'Dest' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getFromFLength()
Returns the value of the 'From FLength' containment reference.
|
DataRefOrLiteral |
getFromLength()
Returns the value of the 'From Length' containment reference.
|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
DataRefOrLiteral |
getLDC()
Returns the value of the 'LDC' containment reference.
|
DataRefOrLiteral |
getLineAddr()
Returns the value of the 'Line Addr' containment reference.
|
DataRefOrLiteral |
getMaxFLength()
Returns the value of the 'Max FLength' containment reference.
|
DataRefOrLiteral |
getMaxLength()
Returns the value of the 'Max Length' containment reference.
|
DataRefOrLiteral |
getSession()
Returns the value of the 'Session' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
DataRef |
getState()
Returns the value of the 'State' containment reference.
|
DataRef |
getToFLength()
Returns the value of the 'To FLength' containment reference.
|
DataRef |
getToLength()
Returns the value of the 'To Length' containment reference.
|
boolean |
isAlternate()
Returns the value of the 'Alternate' attribute.
|
boolean |
isAsIs()
Returns the value of the 'As Is' attribute.
|
boolean |
isDefault()
Returns the value of the 'Default' attribute.
|
boolean |
isDEFResp()
Returns the value of the 'DEF Resp' attribute.
|
boolean |
isErase()
Returns the value of the 'Erase' attribute.
|
boolean |
isFMH()
Returns the value of the 'FMH' attribute.
|
boolean |
isLeaveKB()
Returns the value of the 'Leave KB' attribute.
|
boolean |
isNoTruncate()
Returns the value of the 'No Truncate' attribute.
|
boolean |
isPseudoBin()
Returns the value of the 'Pseudo Bin' attribute.
|
boolean |
isStrField()
Returns the value of the 'Str Field' attribute.
|
void |
setAlternate(boolean value)
Sets the value of the '
Alternate' attribute. |
void |
setAsIs(boolean value)
Sets the value of the '
As Is' attribute. |
void |
setAttachId(DataRefOrLiteral value)
Sets the value of the '
Attach Id' containment reference. |
void |
setConvId(DataRefOrLiteral value)
Sets the value of the '
Conv Id' containment reference. |
void |
setCtlChar(DataRefOrLiteral value)
Sets the value of the '
Ctl Char' containment reference. |
void |
setDefault(boolean value)
Sets the value of the '
Default' attribute. |
void |
setDEFResp(boolean value)
Sets the value of the '
DEF Resp' attribute. |
void |
setDest(DataRefOrLiteral value)
Sets the value of the '
Dest' containment reference. |
void |
setErase(boolean value)
Sets the value of the '
Erase' attribute. |
void |
setFMH(boolean value)
Sets the value of the '
FMH' attribute. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setFromFLength(DataRefOrLiteral value)
Sets the value of the '
From FLength' containment reference. |
void |
setFromLength(DataRefOrLiteral value)
Sets the value of the '
From Length' containment reference. |
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setLDC(DataRefOrLiteral value)
Sets the value of the '
LDC' containment reference. |
void |
setLeaveKB(boolean value)
Sets the value of the '
Leave KB' attribute. |
void |
setLineAddr(DataRefOrLiteral value)
Sets the value of the '
Line Addr' containment reference. |
void |
setMaxFLength(DataRefOrLiteral value)
Sets the value of the '
Max FLength' containment reference. |
void |
setMaxLength(DataRefOrLiteral value)
Sets the value of the '
Max Length' containment reference. |
void |
setNoTruncate(boolean value)
Sets the value of the '
No Truncate' attribute. |
void |
setPseudoBin(boolean value)
Sets the value of the '
Pseudo Bin' attribute. |
void |
setSession(DataRefOrLiteral value)
Sets the value of the '
Session' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setState(DataRef value)
Sets the value of the '
State' containment reference. |
void |
setStrField(boolean value)
Sets the value of the '
Str Field' attribute. |
void |
setToFLength(DataRef value)
Sets the value of the '
To FLength' containment reference. |
void |
setToLength(DataRef value)
Sets the value of the '
To Length' containment reference. |
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
DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsConverseStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getFromLength()
The value is a representation of the data value specified in the FROMLENGTH option; if that option is not used, the value is null.
setFromLength(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_FromLength()void setFromLength(DataRefOrLiteral value)
From Length' containment reference.
value - the new value of the 'From Length' containment reference.getFromLength()DataRefOrLiteral getFromFLength()
The value is a representation of the data value specified in the FROMFLENGTH option; if that option is not used, the value is null.
setFromFLength(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_FromFLength()void setFromFLength(DataRefOrLiteral value)
From FLength' containment reference.
value - the new value of the 'From FLength' containment reference.getFromFLength()DataRef getInto()
The value is a representation of the data area specified in the INTO option; if that option is not used, the value is null.
setInto(DataRef),
COBOLPackage.getCicsConverseStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRef getSet()
The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsConverseStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()DataRef getToLength()
The value is a representation of the data area specified in the TOLENGTH option; if that option is not used, the value is null.
setToLength(DataRef),
COBOLPackage.getCicsConverseStmt_ToLength()void setToLength(DataRef value)
To Length' containment reference.
value - the new value of the 'To Length' containment reference.getToLength()DataRef getToFLength()
The value is a representation of the data area specified in the TOFLENGTH option; if that option is not used, the value is null.
setToFLength(DataRef),
COBOLPackage.getCicsConverseStmt_ToFLength()void setToFLength(DataRef value)
To FLength' containment reference.
value - the new value of the 'To FLength' containment reference.getToFLength()DataRefOrLiteral getMaxLength()
The value is a representation of the data value specified in the MAXLENGTH option; if that option is not used, the value is null.
setMaxLength(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_MaxLength()void setMaxLength(DataRefOrLiteral value)
Max Length' containment reference.
value - the new value of the 'Max Length' containment reference.getMaxLength()DataRefOrLiteral getMaxFLength()
The value is a representation of the data value specified in the MAXFLENGTH option; if that option is not used, the value is null.
setMaxFLength(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_MaxFLength()void setMaxFLength(DataRefOrLiteral value)
Max FLength' containment reference.
value - the new value of the 'Max FLength' containment reference.getMaxFLength()boolean isNoTruncate()
The value is true if the NOTRUNCATE option is used; false otherwise.
setNoTruncate(boolean),
COBOLPackage.getCicsConverseStmt_NoTruncate()void setNoTruncate(boolean value)
No Truncate' attribute.
value - the new value of the 'No Truncate' attribute.isNoTruncate()DataRefOrLiteral getConvId()
The value is a representation of the name specified in the CONVID option; if that option is not used, the value is null.
setConvId(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_ConvId()void setConvId(DataRefOrLiteral value)
Conv Id' containment reference.
value - the new value of the 'Conv Id' containment reference.getConvId()DataRef getState()
The value is a representation of the CICS value data area specified in the STATE option; if that option is not used, the value is null.
setState(DataRef),
COBOLPackage.getCicsConverseStmt_State()void setState(DataRef value)
State' containment reference.
value - the new value of the 'State' containment reference.getState()boolean isErase()
The value is true if the ERASE option is present; false otherwise.
setErase(boolean),
COBOLPackage.getCicsConverseStmt_Erase()void setErase(boolean value)
Erase' attribute.
value - the new value of the 'Erase' attribute.isErase()boolean isDefault()
The value is true if the DEFAULT option is present; false otherwise.
setDefault(boolean),
COBOLPackage.getCicsConverseStmt_Default()void setDefault(boolean value)
Default' attribute.
value - the new value of the 'Default' attribute.isDefault()boolean isAlternate()
The value is true if the ALTERNATE option is present; false otherwise.
setAlternate(boolean),
COBOLPackage.getCicsConverseStmt_Alternate()void setAlternate(boolean value)
Alternate' attribute.
value - the new value of the 'Alternate' attribute.isAlternate()DataRefOrLiteral getCtlChar()
The value is a representation of the data value specified in the CTLCHAR option; if that option is not used, the value is null.
setCtlChar(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_CtlChar()void setCtlChar(DataRefOrLiteral value)
Ctl Char' containment reference.
value - the new value of the 'Ctl Char' containment reference.getCtlChar()boolean isStrField()
The value is true if the STRFIELD option is used; false otherwise.
setStrField(boolean),
COBOLPackage.getCicsConverseStmt_StrField()void setStrField(boolean value)
Str Field' attribute.
value - the new value of the 'Str Field' attribute.isStrField()boolean isDEFResp()
The value is true if the DEFRESP option is used; false otherwise.
setDEFResp(boolean),
COBOLPackage.getCicsConverseStmt_DEFResp()void setDEFResp(boolean value)
DEF Resp' attribute.
value - the new value of the 'DEF Resp' attribute.isDEFResp()boolean isAsIs()
The value is true if the ASIS option is used; false otherwise.
setAsIs(boolean),
COBOLPackage.getCicsConverseStmt_AsIs()void setAsIs(boolean value)
As Is' attribute.
value - the new value of the 'As Is' attribute.isAsIs()boolean isFMH()
The value is true if the FMH option is used; false otherwise.
setFMH(boolean),
COBOLPackage.getCicsConverseStmt_FMH()void setFMH(boolean value)
FMH' attribute.
value - the new value of the 'FMH' attribute.isFMH()DataRefOrLiteral getSession()
The value is a representation of the name specified in the SESSION option; if that option is not used, the value is null.
setSession(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_Session()void setSession(DataRefOrLiteral value)
Session' containment reference.
value - the new value of the 'Session' containment reference.getSession()DataRefOrLiteral getAttachId()
The value is a representation of the name specified in the ATTACHID option; if that option is not used, the value is null.
setAttachId(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_AttachId()void setAttachId(DataRefOrLiteral value)
Attach Id' containment reference.
value - the new value of the 'Attach Id' containment reference.getAttachId()DataRefOrLiteral getLDC()
The value is a representation of the name specified in the LDC option; if that option is not used, the value is null.
setLDC(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_LDC()void setLDC(DataRefOrLiteral value)
LDC' containment reference.
value - the new value of the 'LDC' containment reference.getLDC()DataRefOrLiteral getLineAddr()
The value is a representation of the data value specified in the LINEADDR option; if that option is not used, the value is null.
setLineAddr(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_LineAddr()void setLineAddr(DataRefOrLiteral value)
Line Addr' containment reference.
value - the new value of the 'Line Addr' containment reference.getLineAddr()boolean isLeaveKB()
The value is true if the LEAVEKB option is used; false otherwise.
setLeaveKB(boolean),
COBOLPackage.getCicsConverseStmt_LeaveKB()void setLeaveKB(boolean value)
Leave KB' attribute.
value - the new value of the 'Leave KB' attribute.isLeaveKB()DataRefOrLiteral getDest()
The value is a representation of the name specified in the DEST option; if that option is not used, the value is null.
setDest(DataRefOrLiteral),
COBOLPackage.getCicsConverseStmt_Dest()void setDest(DataRefOrLiteral value)
Dest' containment reference.
value - the new value of the 'Dest' containment reference.getDest()boolean isPseudoBin()
The value is true if the PSEUDOBIN option is used; false otherwise.
setPseudoBin(boolean),
COBOLPackage.getCicsConverseStmt_PseudoBin()void setPseudoBin(boolean value)
Pseudo Bin' attribute.
value - the new value of the 'Pseudo Bin' attribute.isPseudoBin()