public interface CicsWriteJournalNameStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWriteJournalNameStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getJournalName()
Returns the value of the 'Journal Name' containment reference.
|
DataRefOrLiteral |
getJTypeId()
Returns the value of the 'JType Id' containment reference.
|
DataRefOrLiteral |
getPFXLeng()
Returns the value of the 'PFX Leng' containment reference.
|
DataRefOrLiteral |
getPrefix()
Returns the value of the 'Prefix' containment reference.
|
DataRef |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
boolean |
isWait()
Returns the value of the 'Wait' attribute.
|
void |
setFLength(DataRefOrLiteral value)
Sets the value of the '
FLength' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setJournalName(DataRefOrLiteral value)
Sets the value of the '
Journal Name' containment reference. |
void |
setJTypeId(DataRefOrLiteral value)
Sets the value of the '
JType Id' containment reference. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setPFXLeng(DataRefOrLiteral value)
Sets the value of the '
PFX Leng' containment reference. |
void |
setPrefix(DataRefOrLiteral value)
Sets the value of the '
Prefix' containment reference. |
void |
setReqId(DataRef value)
Sets the value of the '
Req Id' containment reference. |
void |
setWait(boolean value)
Sets the value of the '
Wait' attribute. |
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
DataRefOrLiteral getJournalName()
The value is a representation of the data value specified in the JOURNALNAME option.
setJournalName(DataRefOrLiteral),
COBOLPackage.getCicsWriteJournalNameStmt_JournalName()void setJournalName(DataRefOrLiteral value)
Journal Name' containment reference.
value - the new value of the 'Journal Name' containment reference.getJournalName()DataRefOrLiteral getJTypeId()
The value is a representation of the data value specified in the JTYPEID option.
setJTypeId(DataRefOrLiteral),
COBOLPackage.getCicsWriteJournalNameStmt_JTypeId()void setJTypeId(DataRefOrLiteral value)
JType Id' containment reference.
value - the new value of the 'JType Id' containment reference.getJTypeId()DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsWriteJournalNameStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getFLength()
The value is a representation of the data value specified in the FLENGTH option; if that option is not used, the value is null.
setFLength(DataRefOrLiteral),
COBOLPackage.getCicsWriteJournalNameStmt_FLength()void setFLength(DataRefOrLiteral value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()DataRef getReqId()
The value is a representation of the data area specified in the REQID option; if that option is not used, the value is null.
setReqId(DataRef),
COBOLPackage.getCicsWriteJournalNameStmt_ReqId()void setReqId(DataRef value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()DataRefOrLiteral getPrefix()
The value is a representation of the data value specified in the PREFIX option; if that option is not used, the value is null.
setPrefix(DataRefOrLiteral),
COBOLPackage.getCicsWriteJournalNameStmt_Prefix()void setPrefix(DataRefOrLiteral value)
Prefix' containment reference.
value - the new value of the 'Prefix' containment reference.getPrefix()DataRefOrLiteral getPFXLeng()
The value is a representation of the data value specified in the PFXLENG option; if that option is not used, the value is null.
setPFXLeng(DataRefOrLiteral),
COBOLPackage.getCicsWriteJournalNameStmt_PFXLeng()void setPFXLeng(DataRefOrLiteral value)
PFX Leng' containment reference.
value - the new value of the 'PFX Leng' containment reference.getPFXLeng()boolean isWait()
The value is true if the WAIT option is used; false otherwise.
setWait(boolean),
COBOLPackage.getCicsWriteJournalNameStmt_Wait()void setWait(boolean value)
Wait' attribute.
value - the new value of the 'Wait' attribute.isWait()boolean isNoSuspend()
The value is true if the NOSUSPEND option is true; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsWriteJournalNameStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()