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

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

public interface CicsWriteStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsWriteStmt()

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.
 DataRefOrLiteral getKeyLength()
          Returns the value of the 'Key Length' containment reference.
 DataRef getLength()
          Returns the value of the 'Length' containment reference.
 DataRef getRidfld()
          Returns the value of the 'Ridfld' containment reference.
 DataRefOrLiteral getSysId()
          Returns the value of the 'Sys Id' containment reference.
 boolean isMassInsert()
          Returns the value of the 'Mass Insert' attribute.
 boolean isNoSuspend()
          Returns the value of the 'No Suspend' attribute.
 boolean isRba()
          Returns the value of the 'Rba' attribute.
 boolean isRrn()
          Returns the value of the 'Rrn' 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 setKeyLength(DataRefOrLiteral value)
          Sets the value of the 'Key Length' containment reference.
 void setLength(DataRef value)
          Sets the value of the 'Length' containment reference.
 void setMassInsert(boolean value)
          Sets the value of the 'Mass Insert' attribute.
 void setNoSuspend(boolean value)
          Sets the value of the 'No Suspend' attribute.
 void setRba(boolean value)
          Sets the value of the 'Rba' attribute.
 void setRidfld(DataRef value)
          Sets the value of the 'Ridfld' containment reference.
 void setRrn(boolean value)
          Sets the value of the 'Rrn' attribute.
 void setSysId(DataRefOrLiteral value)
          Sets the value of the 'Sys Id' 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.getCicsWriteStmt_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()

isMassInsert

boolean isMassInsert()
Returns the value of the 'Mass Insert' attribute.

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

Returns:
the value of the 'Mass Insert' attribute.
See Also:
setMassInsert(boolean), COBOLPackage.getCicsWriteStmt_MassInsert()

setMassInsert

void setMassInsert(boolean value)
Sets the value of the 'Mass Insert' attribute.

Parameters:
value - the new value of the 'Mass Insert' attribute.
See Also:
isMassInsert()

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

getRidfld

DataRef getRidfld()
Returns the value of the 'Ridfld' containment reference.

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

Returns:
the value of the 'Ridfld' containment reference.
See Also:
setRidfld(DataRef), COBOLPackage.getCicsWriteStmt_Ridfld()

setRidfld

void setRidfld(DataRef value)
Sets the value of the 'Ridfld' containment reference.

Parameters:
value - the new value of the 'Ridfld' containment reference.
See Also:
getRidfld()

getKeyLength

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

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

Returns:
the value of the 'Key Length' containment reference.
See Also:
setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsWriteStmt_KeyLength()

setKeyLength

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

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

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

isRba

boolean isRba()
Returns the value of the 'Rba' attribute.

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

Returns:
the value of the 'Rba' attribute.
See Also:
setRba(boolean), COBOLPackage.getCicsWriteStmt_Rba()

setRba

void setRba(boolean value)
Sets the value of the 'Rba' attribute.

Parameters:
value - the new value of the 'Rba' attribute.
See Also:
isRba()

isRrn

boolean isRrn()
Returns the value of the 'Rrn' attribute.

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

Returns:
the value of the 'Rrn' attribute.
See Also:
setRrn(boolean), COBOLPackage.getCicsWriteStmt_Rrn()

setRrn

void setRrn(boolean value)
Sets the value of the 'Rrn' attribute.

Parameters:
value - the new value of the 'Rrn' attribute.
See Also:
isRrn()

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