com.ibm.etools.cobol.application.model.cobol
Interface CicsGetMainStmt

All Superinterfaces:
ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CicsGetMainStmtImpl

public interface CicsGetMainStmt
extends CicsStmt

A representation of the model object 'Cics Get Main Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsGetMainStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFlength()
          Returns the value of the 'Flength' containment reference.
 DataRefOrLiteral getInitImg()
          Returns the value of the 'Init Img' containment reference.
 DataRefOrLiteral getLength()
          Returns the value of the 'Length' containment reference.
 DataRef getSet()
          Returns the value of the 'Set' containment reference.
 boolean isBelow()
          Returns the value of the 'Below' attribute.
 boolean isCicsDataKey()
          Returns the value of the 'Cics Data Key' attribute.
 boolean isNoSuspend()
          Returns the value of the 'No Suspend' attribute.
 boolean isShared()
          Returns the value of the 'Shared' attribute.
 boolean isUserDataKey()
          Returns the value of the 'User Data Key' attribute.
 void setBelow(boolean value)
          Sets the value of the 'Below' attribute.
 void setCicsDataKey(boolean value)
          Sets the value of the 'Cics Data Key' attribute.
 void setFlength(DataRefOrLiteral value)
          Sets the value of the 'Flength' containment reference.
 void setInitImg(DataRefOrLiteral value)
          Sets the value of the 'Init Img' containment reference.
 void setLength(DataRefOrLiteral value)
          Sets the value of the 'Length' containment reference.
 void setNoSuspend(boolean value)
          Sets the value of the 'No Suspend' attribute.
 void setSet(DataRef value)
          Sets the value of the 'Set' containment reference.
 void setShared(boolean value)
          Sets the value of the 'Shared' attribute.
 void setUserDataKey(boolean value)
          Sets the value of the 'User Data Key' attribute.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
getResp, getResp2, isNoHandle, setNoHandle, setResp, setResp2
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSet

DataRef getSet()
Returns the value of the 'Set' containment reference.

If the meaning of the 'Set' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Set' containment reference.
See Also:
setSet(DataRef), COBOLPackage.getCicsGetMainStmt_Set()

setSet

void setSet(DataRef value)
Sets the value of the 'Set' containment reference.

Parameters:
value - the new value of the 'Set' containment reference.
See Also:
getSet()

getFlength

DataRefOrLiteral getFlength()
Returns the value of the 'Flength' containment reference.

If the meaning of the 'Flength' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Flength' containment reference.
See Also:
setFlength(DataRefOrLiteral), COBOLPackage.getCicsGetMainStmt_Flength()

setFlength

void setFlength(DataRefOrLiteral value)
Sets the value of the 'Flength' containment reference.

Parameters:
value - the new value of the 'Flength' containment reference.
See Also:
getFlength()

isBelow

boolean isBelow()
Returns the value of the 'Below' attribute.

If the meaning of the 'Below' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Below' attribute.
See Also:
setBelow(boolean), COBOLPackage.getCicsGetMainStmt_Below()

setBelow

void setBelow(boolean value)
Sets the value of the 'Below' attribute.

Parameters:
value - the new value of the 'Below' attribute.
See Also:
isBelow()

getLength

DataRefOrLiteral getLength()
Returns the value of the 'Length' containment reference.

If the meaning of the 'Length' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Length' containment reference.
See Also:
setLength(DataRefOrLiteral), COBOLPackage.getCicsGetMainStmt_Length()

setLength

void setLength(DataRefOrLiteral value)
Sets the value of the 'Length' containment reference.

Parameters:
value - the new value of the 'Length' containment reference.
See Also:
getLength()

getInitImg

DataRefOrLiteral getInitImg()
Returns the value of the 'Init Img' containment reference.

If the meaning of the 'Init Img' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Init Img' containment reference.
See Also:
setInitImg(DataRefOrLiteral), COBOLPackage.getCicsGetMainStmt_InitImg()

setInitImg

void setInitImg(DataRefOrLiteral value)
Sets the value of the 'Init Img' containment reference.

Parameters:
value - the new value of the 'Init Img' containment reference.
See Also:
getInitImg()

isShared

boolean isShared()
Returns the value of the 'Shared' attribute.

If the meaning of the 'Shared' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Shared' attribute.
See Also:
setShared(boolean), COBOLPackage.getCicsGetMainStmt_Shared()

setShared

void setShared(boolean value)
Sets the value of the 'Shared' attribute.

Parameters:
value - the new value of the 'Shared' attribute.
See Also:
isShared()

isNoSuspend

boolean isNoSuspend()
Returns the value of the 'No Suspend' attribute.

If the meaning of the 'No Suspend' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'No Suspend' attribute.
See Also:
setNoSuspend(boolean), COBOLPackage.getCicsGetMainStmt_NoSuspend()

setNoSuspend

void setNoSuspend(boolean value)
Sets the value of the 'No Suspend' attribute.

Parameters:
value - the new value of the 'No Suspend' attribute.
See Also:
isNoSuspend()

isUserDataKey

boolean isUserDataKey()
Returns the value of the 'User Data Key' attribute.

If the meaning of the 'User Data Key' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Data Key' attribute.
See Also:
setUserDataKey(boolean), COBOLPackage.getCicsGetMainStmt_UserDataKey()

setUserDataKey

void setUserDataKey(boolean value)
Sets the value of the 'User Data Key' attribute.

Parameters:
value - the new value of the 'User Data Key' attribute.
See Also:
isUserDataKey()

isCicsDataKey

boolean isCicsDataKey()
Returns the value of the 'Cics Data Key' attribute.

If the meaning of the 'Cics Data Key' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cics Data Key' attribute.
See Also:
setCicsDataKey(boolean), COBOLPackage.getCicsGetMainStmt_CicsDataKey()

setCicsDataKey

void setCicsDataKey(boolean value)
Sets the value of the 'Cics Data Key' attribute.

Parameters:
value - the new value of the 'Cics Data Key' attribute.
See Also:
isCicsDataKey()