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

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

public interface CicsDumpTransactionStmt
extends CicsStmt

A representation of the model object 'Cics Dump Transaction Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsDumpTransactionStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getDumpCode()
          Returns the value of the 'Dump Code' containment reference.
 DataRef getDumpId()
          Returns the value of the 'Dump Id' containment reference.
 CicsDumpTransactionFromClause getFromClause()
          Returns the value of the 'From Clause' containment reference.
 CicsDumpTransactionSegmentListClause getSegmentListClause()
          Returns the value of the 'Segment List Clause' containment reference.
 boolean isComplete()
          Returns the value of the 'Complete' attribute.
 boolean isFct()
          Returns the value of the 'Fct' attribute.
 boolean isPct()
          Returns the value of the 'Pct' attribute.
 boolean isPpt()
          Returns the value of the 'Ppt' attribute.
 boolean isProgram()
          Returns the value of the 'Program' attribute.
 boolean isSit()
          Returns the value of the 'Sit' attribute.
 boolean isStorage()
          Returns the value of the 'Storage' attribute.
 boolean isTables()
          Returns the value of the 'Tables' attribute.
 boolean isTask()
          Returns the value of the 'Task' attribute.
 boolean isTct()
          Returns the value of the 'Tct' attribute.
 boolean isTerminal()
          Returns the value of the 'Terminal' attribute.
 boolean isTrt()
          Returns the value of the 'Trt' attribute.
 void setComplete(boolean value)
          Sets the value of the 'Complete' attribute.
 void setDumpCode(DataRefOrLiteral value)
          Sets the value of the 'Dump Code' containment reference.
 void setDumpId(DataRef value)
          Sets the value of the 'Dump Id' containment reference.
 void setFct(boolean value)
          Sets the value of the 'Fct' attribute.
 void setFromClause(CicsDumpTransactionFromClause value)
          Sets the value of the 'From Clause' containment reference.
 void setPct(boolean value)
          Sets the value of the 'Pct' attribute.
 void setPpt(boolean value)
          Sets the value of the 'Ppt' attribute.
 void setProgram(boolean value)
          Sets the value of the 'Program' attribute.
 void setSegmentListClause(CicsDumpTransactionSegmentListClause value)
          Sets the value of the 'Segment List Clause' containment reference.
 void setSit(boolean value)
          Sets the value of the 'Sit' attribute.
 void setStorage(boolean value)
          Sets the value of the 'Storage' attribute.
 void setTables(boolean value)
          Sets the value of the 'Tables' attribute.
 void setTask(boolean value)
          Sets the value of the 'Task' attribute.
 void setTct(boolean value)
          Sets the value of the 'Tct' attribute.
 void setTerminal(boolean value)
          Sets the value of the 'Terminal' attribute.
 void setTrt(boolean value)
          Sets the value of the 'Trt' 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

getDumpCode

DataRefOrLiteral getDumpCode()
Returns the value of the 'Dump Code' containment reference.

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

Returns:
the value of the 'Dump Code' containment reference.
See Also:
setDumpCode(DataRefOrLiteral), COBOLPackage.getCicsDumpTransactionStmt_DumpCode()

setDumpCode

void setDumpCode(DataRefOrLiteral value)
Sets the value of the 'Dump Code' containment reference.

Parameters:
value - the new value of the 'Dump Code' containment reference.
See Also:
getDumpCode()

getFromClause

CicsDumpTransactionFromClause getFromClause()
Returns the value of the 'From Clause' containment reference.

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

Returns:
the value of the 'From Clause' containment reference.
See Also:
setFromClause(CicsDumpTransactionFromClause), COBOLPackage.getCicsDumpTransactionStmt_FromClause()

setFromClause

void setFromClause(CicsDumpTransactionFromClause value)
Sets the value of the 'From Clause' containment reference.

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

isComplete

boolean isComplete()
Returns the value of the 'Complete' attribute.

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

Returns:
the value of the 'Complete' attribute.
See Also:
setComplete(boolean), COBOLPackage.getCicsDumpTransactionStmt_Complete()

setComplete

void setComplete(boolean value)
Sets the value of the 'Complete' attribute.

Parameters:
value - the new value of the 'Complete' attribute.
See Also:
isComplete()

isTrt

boolean isTrt()
Returns the value of the 'Trt' attribute.

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

Returns:
the value of the 'Trt' attribute.
See Also:
setTrt(boolean), COBOLPackage.getCicsDumpTransactionStmt_Trt()

setTrt

void setTrt(boolean value)
Sets the value of the 'Trt' attribute.

Parameters:
value - the new value of the 'Trt' attribute.
See Also:
isTrt()

getSegmentListClause

CicsDumpTransactionSegmentListClause getSegmentListClause()
Returns the value of the 'Segment List Clause' containment reference.

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

Returns:
the value of the 'Segment List Clause' containment reference.
See Also:
setSegmentListClause(CicsDumpTransactionSegmentListClause), COBOLPackage.getCicsDumpTransactionStmt_SegmentListClause()

setSegmentListClause

void setSegmentListClause(CicsDumpTransactionSegmentListClause value)
Sets the value of the 'Segment List Clause' containment reference.

Parameters:
value - the new value of the 'Segment List Clause' containment reference.
See Also:
getSegmentListClause()

isTask

boolean isTask()
Returns the value of the 'Task' attribute.

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

Returns:
the value of the 'Task' attribute.
See Also:
setTask(boolean), COBOLPackage.getCicsDumpTransactionStmt_Task()

setTask

void setTask(boolean value)
Sets the value of the 'Task' attribute.

Parameters:
value - the new value of the 'Task' attribute.
See Also:
isTask()

isStorage

boolean isStorage()
Returns the value of the 'Storage' attribute.

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

Returns:
the value of the 'Storage' attribute.
See Also:
setStorage(boolean), COBOLPackage.getCicsDumpTransactionStmt_Storage()

setStorage

void setStorage(boolean value)
Sets the value of the 'Storage' attribute.

Parameters:
value - the new value of the 'Storage' attribute.
See Also:
isStorage()

isProgram

boolean isProgram()
Returns the value of the 'Program' attribute.

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

Returns:
the value of the 'Program' attribute.
See Also:
setProgram(boolean), COBOLPackage.getCicsDumpTransactionStmt_Program()

setProgram

void setProgram(boolean value)
Sets the value of the 'Program' attribute.

Parameters:
value - the new value of the 'Program' attribute.
See Also:
isProgram()

isTerminal

boolean isTerminal()
Returns the value of the 'Terminal' attribute.

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

Returns:
the value of the 'Terminal' attribute.
See Also:
setTerminal(boolean), COBOLPackage.getCicsDumpTransactionStmt_Terminal()

setTerminal

void setTerminal(boolean value)
Sets the value of the 'Terminal' attribute.

Parameters:
value - the new value of the 'Terminal' attribute.
See Also:
isTerminal()

isTables

boolean isTables()
Returns the value of the 'Tables' attribute.

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

Returns:
the value of the 'Tables' attribute.
See Also:
setTables(boolean), COBOLPackage.getCicsDumpTransactionStmt_Tables()

setTables

void setTables(boolean value)
Sets the value of the 'Tables' attribute.

Parameters:
value - the new value of the 'Tables' attribute.
See Also:
isTables()

isFct

boolean isFct()
Returns the value of the 'Fct' attribute.

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

Returns:
the value of the 'Fct' attribute.
See Also:
setFct(boolean), COBOLPackage.getCicsDumpTransactionStmt_Fct()

setFct

void setFct(boolean value)
Sets the value of the 'Fct' attribute.

Parameters:
value - the new value of the 'Fct' attribute.
See Also:
isFct()

isPct

boolean isPct()
Returns the value of the 'Pct' attribute.

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

Returns:
the value of the 'Pct' attribute.
See Also:
setPct(boolean), COBOLPackage.getCicsDumpTransactionStmt_Pct()

setPct

void setPct(boolean value)
Sets the value of the 'Pct' attribute.

Parameters:
value - the new value of the 'Pct' attribute.
See Also:
isPct()

isPpt

boolean isPpt()
Returns the value of the 'Ppt' attribute.

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

Returns:
the value of the 'Ppt' attribute.
See Also:
setPpt(boolean), COBOLPackage.getCicsDumpTransactionStmt_Ppt()

setPpt

void setPpt(boolean value)
Sets the value of the 'Ppt' attribute.

Parameters:
value - the new value of the 'Ppt' attribute.
See Also:
isPpt()

isSit

boolean isSit()
Returns the value of the 'Sit' attribute.

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

Returns:
the value of the 'Sit' attribute.
See Also:
setSit(boolean), COBOLPackage.getCicsDumpTransactionStmt_Sit()

setSit

void setSit(boolean value)
Sets the value of the 'Sit' attribute.

Parameters:
value - the new value of the 'Sit' attribute.
See Also:
isSit()

isTct

boolean isTct()
Returns the value of the 'Tct' attribute.

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

Returns:
the value of the 'Tct' attribute.
See Also:
setTct(boolean), COBOLPackage.getCicsDumpTransactionStmt_Tct()

setTct

void setTct(boolean value)
Sets the value of the 'Tct' attribute.

Parameters:
value - the new value of the 'Tct' attribute.
See Also:
isTct()

getDumpId

DataRef getDumpId()
Returns the value of the 'Dump Id' containment reference.

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

Returns:
the value of the 'Dump Id' containment reference.
See Also:
setDumpId(DataRef), COBOLPackage.getCicsDumpTransactionStmt_DumpId()

setDumpId

void setDumpId(DataRef value)
Sets the value of the 'Dump Id' containment reference.

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