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

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

public interface BasisStmt
extends CompilerDirectingStmt

A representation of a BASIS compiler-directing statement.

The following features are supported:

See Also:
COBOLPackage.getBasisStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getBasisName()
          Returns the value of the 'Basis Name' attribute.
 Literal getLiteral()
          Returns the value of the 'Literal' containment reference.
 void setBasisName(java.lang.String value)
          Sets the value of the 'Basis Name' attribute.
 void setLiteral(Literal value)
          Sets the value of the 'Literal' containment 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

getBasisName

java.lang.String getBasisName()
Returns the value of the 'Basis Name' attribute.

The value is the basis name, if one is specified. If a literal is used, the value is null.

Returns:
the value of the 'Basis Name' attribute.
See Also:
setBasisName(String), COBOLPackage.getBasisStmt_BasisName()

setBasisName

void setBasisName(java.lang.String value)
Sets the value of the 'Basis Name' attribute.

Parameters:
value - the new value of the 'Basis Name' attribute.
See Also:
getBasisName()

getLiteral

Literal getLiteral()
Returns the value of the 'Literal' containment reference.

The value is the literal in the statement. If a basis name is used, the value is null.

Returns:
the value of the 'Literal' containment reference.
See Also:
setLiteral(Literal), COBOLPackage.getBasisStmt_Literal()

setLiteral

void setLiteral(Literal value)
Sets the value of the 'Literal' containment reference.

Parameters:
value - the new value of the 'Literal' containment reference.
See Also:
getLiteral()