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

All Superinterfaces:
ASTNode, CompilerDirectingStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface EnterStmt
extends CompilerDirectingStmt

A representation of the ENTER compiler-directing statement.

The following features are supported:

See Also:
COBOLPackage.getEnterStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getLanguageName()
          Returns the value of the 'Language Name' attribute.
 java.lang.String getRoutineName()
          Returns the value of the 'Routine Name' attribute.
 void setLanguageName(java.lang.String value)
          Sets the value of the 'Language Name' attribute.
 void setRoutineName(java.lang.String value)
          Sets the value of the 'Routine Name' attribute.
 
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

getLanguageName

java.lang.String getLanguageName()
Returns the value of the 'Language Name' attribute.

Returns:
the value of the 'Language Name' attribute.
See Also:
setLanguageName(String), COBOLPackage.getEnterStmt_LanguageName()

setLanguageName

void setLanguageName(java.lang.String value)
Sets the value of the 'Language Name' attribute.

Parameters:
value - the new value of the 'Language Name' attribute.
See Also:
getLanguageName()

getRoutineName

java.lang.String getRoutineName()
Returns the value of the 'Routine Name' attribute.

The value is the routine name; if there is no routine name, the value is null.

Returns:
the value of the 'Routine Name' attribute.
See Also:
setRoutineName(String), COBOLPackage.getEnterStmt_RoutineName()

setRoutineName

void setRoutineName(java.lang.String value)
Sets the value of the 'Routine Name' attribute.

Parameters:
value - the new value of the 'Routine Name' attribute.
See Also:
getRoutineName()