public interface CicsAllocateStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsAllocateStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getPartner()
Returns the value of the 'Partner' containment reference.
|
DataRefOrLiteral |
getProfile()
Returns the value of the 'Profile' containment reference.
|
DataRefOrLiteral |
getSession()
Returns the value of the 'Session' containment reference.
|
DataRef |
getState()
Returns the value of the 'State' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
boolean |
isNoQueue()
Returns the value of the 'No Queue' attribute.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
void |
setNoQueue(boolean value)
Sets the value of the '
No Queue' attribute. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setPartner(DataRefOrLiteral value)
Sets the value of the '
Partner' containment reference. |
void |
setProfile(DataRefOrLiteral value)
Sets the value of the '
Profile' containment reference. |
void |
setSession(DataRefOrLiteral value)
Sets the value of the '
Session' containment reference. |
void |
setState(DataRef value)
Sets the value of the '
State' containment reference. |
void |
setSysId(DataRefOrLiteral value)
Sets the value of the '
Sys Id' 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
DataRefOrLiteral getSysId()
The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.
setSysId(DataRefOrLiteral),
COBOLPackage.getCicsAllocateStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()DataRefOrLiteral getProfile()
The value is a representation of the name specified in the PROFILE option; if that option is not used, the value is null.
setProfile(DataRefOrLiteral),
COBOLPackage.getCicsAllocateStmt_Profile()void setProfile(DataRefOrLiteral value)
Profile' containment reference.
value - the new value of the 'Profile' containment reference.getProfile()DataRefOrLiteral getPartner()
The value is a representation of the name specified in the PARTNER option; if that option is not used, the value is null.
setPartner(DataRefOrLiteral),
COBOLPackage.getCicsAllocateStmt_Partner()void setPartner(DataRefOrLiteral value)
Partner' containment reference.
value - the new value of the 'Partner' containment reference.getPartner()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.getCicsAllocateStmt_State()void setState(DataRef value)
State' containment reference.
value - the new value of the 'State' containment reference.getState()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.getCicsAllocateStmt_Session()void setSession(DataRefOrLiteral value)
Session' containment reference.
value - the new value of the 'Session' containment reference.getSession()boolean isNoQueue()
The value is true if the NOQUEUE option is used; false otherwise.
setNoQueue(boolean),
COBOLPackage.getCicsAllocateStmt_NoQueue()void setNoQueue(boolean value)
No Queue' attribute.
value - the new value of the 'No Queue' attribute.isNoQueue()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsAllocateStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()