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

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

public interface CicsHandleAbendStmt
extends CicsStmt

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

The following features are supported:

See Also:
COBOLPackage.getCicsHandleAbendStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getLabel()
          Returns the value of the 'Label' containment reference.
 DataRefOrLiteral getProgram()
          Returns the value of the 'Program' containment reference.
 boolean isCancel()
          Returns the value of the 'Cancel' attribute.
 boolean isReset()
          Returns the value of the 'Reset' attribute.
 void setCancel(boolean value)
          Sets the value of the 'Cancel' attribute.
 void setLabel(DataRefOrLiteral value)
          Sets the value of the 'Label' containment reference.
 void setProgram(DataRefOrLiteral value)
          Sets the value of the 'Program' containment reference.
 void setReset(boolean value)
          Sets the value of the 'Reset' 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

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

getProgram

DataRefOrLiteral getProgram()
Returns the value of the 'Program' containment reference.

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

Returns:
the value of the 'Program' containment reference.
See Also:
setProgram(DataRefOrLiteral), COBOLPackage.getCicsHandleAbendStmt_Program()

setProgram

void setProgram(DataRefOrLiteral value)
Sets the value of the 'Program' containment reference.

Parameters:
value - the new value of the 'Program' containment reference.
See Also:
getProgram()

getLabel

DataRefOrLiteral getLabel()
Returns the value of the 'Label' containment reference.

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

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(DataRefOrLiteral), COBOLPackage.getCicsHandleAbendStmt_Label()

setLabel

void setLabel(DataRefOrLiteral value)
Sets the value of the 'Label' containment reference.

Parameters:
value - the new value of the 'Label' containment reference.
See Also:
getLabel()

isReset

boolean isReset()
Returns the value of the 'Reset' attribute.

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

Returns:
the value of the 'Reset' attribute.
See Also:
setReset(boolean), COBOLPackage.getCicsHandleAbendStmt_Reset()

setReset

void setReset(boolean value)
Sets the value of the 'Reset' attribute.

Parameters:
value - the new value of the 'Reset' attribute.
See Also:
isReset()