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

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

public interface CicsHandleAidClause
extends ASTNode

A representation of the model object 'Cics Handle Aid Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsHandleAidClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getAid()
          Returns the value of the 'Aid' attribute.
 SectionOrParagraph getLabel()
          Returns the value of the 'Label' reference.
 void setAid(java.lang.String value)
          Sets the value of the 'Aid' attribute.
 void setLabel(SectionOrParagraph value)
          Sets the value of the 'Label' reference.
 
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

getAid

java.lang.String getAid()
Returns the value of the 'Aid' attribute.

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

Returns:
the value of the 'Aid' attribute.
See Also:
setAid(String), COBOLPackage.getCicsHandleAidClause_Aid()

setAid

void setAid(java.lang.String value)
Sets the value of the 'Aid' attribute.

Parameters:
value - the new value of the 'Aid' attribute.
See Also:
getAid()

getLabel

SectionOrParagraph getLabel()
Returns the value of the 'Label' reference.

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

Returns:
the value of the 'Label' reference.
See Also:
setLabel(SectionOrParagraph), COBOLPackage.getCicsHandleAidClause_Label()

setLabel

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

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