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

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

public interface CicsSendTextStmt
extends CicsStmt

A representation of the model object 'Cics Send Text Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsSendTextStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getActPartn()
          Returns the value of the 'Act Partn' containment reference.
 DataRefOrLiteral getCursor()
          Returns the value of the 'Cursor' containment reference.
 CicsEraseClause getEraseClause()
          Returns the value of the 'Erase Clause' containment reference.
 DataRefOrLiteral getFmhparm()
          Returns the value of the 'Fmhparm' containment reference.
 DataRef getFrom()
          Returns the value of the 'From' containment reference.
 DataRefOrLiteral getLdc()
          Returns the value of the 'Ldc' containment reference.
 DataRefOrLiteral getLength()
          Returns the value of the 'Length' containment reference.
 DataRefOrLiteral getMsr()
          Returns the value of the 'Msr' containment reference.
 DataRefOrLiteral getOutPartn()
          Returns the value of the 'Out Partn' containment reference.
 boolean isAlarm()
          Returns the value of the 'Alarm' attribute.
 boolean isFormFeed()
          Returns the value of the 'Form Feed' attribute.
 boolean isFreeKb()
          Returns the value of the 'Free Kb' attribute.
 boolean isNlEom()
          Returns the value of the 'Nl Eom' attribute.
 boolean isPrint()
          Returns the value of the 'Print' attribute.
 void setActPartn(DataRefOrLiteral value)
          Sets the value of the 'Act Partn' containment reference.
 void setAlarm(boolean value)
          Sets the value of the 'Alarm' attribute.
 void setCursor(DataRefOrLiteral value)
          Sets the value of the 'Cursor' containment reference.
 void setEraseClause(CicsEraseClause value)
          Sets the value of the 'Erase Clause' containment reference.
 void setFmhparm(DataRefOrLiteral value)
          Sets the value of the 'Fmhparm' containment reference.
 void setFormFeed(boolean value)
          Sets the value of the 'Form Feed' attribute.
 void setFreeKb(boolean value)
          Sets the value of the 'Free Kb' attribute.
 void setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void setLdc(DataRefOrLiteral value)
          Sets the value of the 'Ldc' containment reference.
 void setLength(DataRefOrLiteral value)
          Sets the value of the 'Length' containment reference.
 void setMsr(DataRefOrLiteral value)
          Sets the value of the 'Msr' containment reference.
 void setNlEom(boolean value)
          Sets the value of the 'Nl Eom' attribute.
 void setOutPartn(DataRefOrLiteral value)
          Sets the value of the 'Out Partn' containment reference.
 void setPrint(boolean value)
          Sets the value of the 'Print' 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

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

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

getCursor

DataRefOrLiteral getCursor()
Returns the value of the 'Cursor' containment reference.

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

Returns:
the value of the 'Cursor' containment reference.
See Also:
setCursor(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_Cursor()

setCursor

void setCursor(DataRefOrLiteral value)
Sets the value of the 'Cursor' containment reference.

Parameters:
value - the new value of the 'Cursor' containment reference.
See Also:
getCursor()

isFormFeed

boolean isFormFeed()
Returns the value of the 'Form Feed' attribute.

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

Returns:
the value of the 'Form Feed' attribute.
See Also:
setFormFeed(boolean), COBOLPackage.getCicsSendTextStmt_FormFeed()

setFormFeed

void setFormFeed(boolean value)
Sets the value of the 'Form Feed' attribute.

Parameters:
value - the new value of the 'Form Feed' attribute.
See Also:
isFormFeed()

getEraseClause

CicsEraseClause getEraseClause()
Returns the value of the 'Erase Clause' containment reference.

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

Returns:
the value of the 'Erase Clause' containment reference.
See Also:
setEraseClause(CicsEraseClause), COBOLPackage.getCicsSendTextStmt_EraseClause()

setEraseClause

void setEraseClause(CicsEraseClause value)
Sets the value of the 'Erase Clause' containment reference.

Parameters:
value - the new value of the 'Erase Clause' containment reference.
See Also:
getEraseClause()

isPrint

boolean isPrint()
Returns the value of the 'Print' attribute.

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

Returns:
the value of the 'Print' attribute.
See Also:
setPrint(boolean), COBOLPackage.getCicsSendTextStmt_Print()

setPrint

void setPrint(boolean value)
Sets the value of the 'Print' attribute.

Parameters:
value - the new value of the 'Print' attribute.
See Also:
isPrint()

isFreeKb

boolean isFreeKb()
Returns the value of the 'Free Kb' attribute.

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

Returns:
the value of the 'Free Kb' attribute.
See Also:
setFreeKb(boolean), COBOLPackage.getCicsSendTextStmt_FreeKb()

setFreeKb

void setFreeKb(boolean value)
Sets the value of the 'Free Kb' attribute.

Parameters:
value - the new value of the 'Free Kb' attribute.
See Also:
isFreeKb()

isAlarm

boolean isAlarm()
Returns the value of the 'Alarm' attribute.

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

Returns:
the value of the 'Alarm' attribute.
See Also:
setAlarm(boolean), COBOLPackage.getCicsSendTextStmt_Alarm()

setAlarm

void setAlarm(boolean value)
Sets the value of the 'Alarm' attribute.

Parameters:
value - the new value of the 'Alarm' attribute.
See Also:
isAlarm()

isNlEom

boolean isNlEom()
Returns the value of the 'Nl Eom' attribute.

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

Returns:
the value of the 'Nl Eom' attribute.
See Also:
setNlEom(boolean), COBOLPackage.getCicsSendTextStmt_NlEom()

setNlEom

void setNlEom(boolean value)
Sets the value of the 'Nl Eom' attribute.

Parameters:
value - the new value of the 'Nl Eom' attribute.
See Also:
isNlEom()

getFmhparm

DataRefOrLiteral getFmhparm()
Returns the value of the 'Fmhparm' containment reference.

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

Returns:
the value of the 'Fmhparm' containment reference.
See Also:
setFmhparm(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_Fmhparm()

setFmhparm

void setFmhparm(DataRefOrLiteral value)
Sets the value of the 'Fmhparm' containment reference.

Parameters:
value - the new value of the 'Fmhparm' containment reference.
See Also:
getFmhparm()

getOutPartn

DataRefOrLiteral getOutPartn()
Returns the value of the 'Out Partn' containment reference.

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

Returns:
the value of the 'Out Partn' containment reference.
See Also:
setOutPartn(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_OutPartn()

setOutPartn

void setOutPartn(DataRefOrLiteral value)
Sets the value of the 'Out Partn' containment reference.

Parameters:
value - the new value of the 'Out Partn' containment reference.
See Also:
getOutPartn()

getActPartn

DataRefOrLiteral getActPartn()
Returns the value of the 'Act Partn' containment reference.

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

Returns:
the value of the 'Act Partn' containment reference.
See Also:
setActPartn(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_ActPartn()

setActPartn

void setActPartn(DataRefOrLiteral value)
Sets the value of the 'Act Partn' containment reference.

Parameters:
value - the new value of the 'Act Partn' containment reference.
See Also:
getActPartn()

getLdc

DataRefOrLiteral getLdc()
Returns the value of the 'Ldc' containment reference.

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

Returns:
the value of the 'Ldc' containment reference.
See Also:
setLdc(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_Ldc()

setLdc

void setLdc(DataRefOrLiteral value)
Sets the value of the 'Ldc' containment reference.

Parameters:
value - the new value of the 'Ldc' containment reference.
See Also:
getLdc()

getMsr

DataRefOrLiteral getMsr()
Returns the value of the 'Msr' containment reference.

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

Returns:
the value of the 'Msr' containment reference.
See Also:
setMsr(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_Msr()

setMsr

void setMsr(DataRefOrLiteral value)
Sets the value of the 'Msr' containment reference.

Parameters:
value - the new value of the 'Msr' containment reference.
See Also:
getMsr()