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

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

public interface CicsRewriteStmt
extends CicsStmt

A representation of the model object 'Cics Rewrite Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsRewriteStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFilename()
          Returns the value of the 'Filename' containment reference.
 DataRef getFrom()
          Returns the value of the 'From' containment reference.
 DataRef getLength()
          Returns the value of the 'Length' containment reference.
 DataRefOrLiteral getSysId()
          Returns the value of the 'Sys Id' containment reference.
 DataRef getToken()
          Returns the value of the 'Token' containment reference.
 boolean isNoSuspend()
          Returns the value of the 'No Suspend' attribute.
 void setFilename(DataRefOrLiteral value)
          Sets the value of the 'Filename' containment reference.
 void setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void setLength(DataRef value)
          Sets the value of the 'Length' containment reference.
 void setNoSuspend(boolean value)
          Sets the value of the 'No Suspend' attribute.
 void setSysId(DataRefOrLiteral value)
          Sets the value of the 'Sys Id' containment reference.
 void setToken(DataRef value)
          Sets the value of the 'Token' containment reference.
 
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

getFilename

DataRefOrLiteral getFilename()
Returns the value of the 'Filename' containment reference.

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

Returns:
the value of the 'Filename' containment reference.
See Also:
setFilename(DataRefOrLiteral), COBOLPackage.getCicsRewriteStmt_Filename()

setFilename

void setFilename(DataRefOrLiteral value)
Sets the value of the 'Filename' containment reference.

Parameters:
value - the new value of the 'Filename' containment reference.
See Also:
getFilename()

getToken

DataRef getToken()
Returns the value of the 'Token' containment reference.

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

Returns:
the value of the 'Token' containment reference.
See Also:
setToken(DataRef), COBOLPackage.getCicsRewriteStmt_Token()

setToken

void setToken(DataRef value)
Sets the value of the 'Token' containment reference.

Parameters:
value - the new value of the 'Token' containment reference.
See Also:
getToken()

getFrom

DataRef getFrom()
Returns the value of the 'From' containment reference.

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

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(DataRef), COBOLPackage.getCicsRewriteStmt_From()

setFrom

void setFrom(DataRef value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()

getSysId

DataRefOrLiteral getSysId()
Returns the value of the 'Sys Id' containment reference.

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

Returns:
the value of the 'Sys Id' containment reference.
See Also:
setSysId(DataRefOrLiteral), COBOLPackage.getCicsRewriteStmt_SysId()

setSysId

void setSysId(DataRefOrLiteral value)
Sets the value of the 'Sys Id' containment reference.

Parameters:
value - the new value of the 'Sys Id' containment reference.
See Also:
getSysId()

getLength

DataRef 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(DataRef), COBOLPackage.getCicsRewriteStmt_Length()

setLength

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

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

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.getCicsRewriteStmt_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()