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

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

public interface CicsAbendStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsAbendStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getAbCode()
          Returns the value of the 'Ab Code' containment reference.
 boolean isCancel()
          Returns the value of the 'Cancel' attribute.
 boolean isNoDump()
          Returns the value of the 'No Dump' attribute.
 void setAbCode(DataRefOrLiteral value)
          Sets the value of the 'Ab Code' containment reference.
 void setCancel(boolean value)
          Sets the value of the 'Cancel' attribute.
 void setNoDump(boolean value)
          Sets the value of the 'No Dump' 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

getAbCode

DataRefOrLiteral getAbCode()
Returns the value of the 'Ab Code' containment reference.

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

Returns:
the value of the 'Ab Code' containment reference.
See Also:
setAbCode(DataRefOrLiteral), COBOLPackage.getCicsAbendStmt_AbCode()

setAbCode

void setAbCode(DataRefOrLiteral value)
Sets the value of the 'Ab Code' containment reference.

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

isCancel

boolean isCancel()
Returns the value of the 'Cancel' attribute.

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

Returns:
the value of the 'Cancel' attribute.
See Also:
setCancel(boolean), COBOLPackage.getCicsAbendStmt_Cancel()

setCancel

void setCancel(boolean value)
Sets the value of the 'Cancel' attribute.

Parameters:
value - the new value of the 'Cancel' attribute.
See Also:
isCancel()

isNoDump

boolean isNoDump()
Returns the value of the 'No Dump' attribute.

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

Returns:
the value of the 'No Dump' attribute.
See Also:
setNoDump(boolean), COBOLPackage.getCicsAbendStmt_NoDump()

setNoDump

void setNoDump(boolean value)
Sets the value of the 'No Dump' attribute.

Parameters:
value - the new value of the 'No Dump' attribute.
See Also:
isNoDump()