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

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

public interface UnitClause
extends ASTNode

A representation of the clause that specifies the block size unit in a BLOCK CONTAINS clause in a file description entry.

The following features are supported:

See Also:
COBOLPackage.getUnitClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 BlockSizeUnit getUnit()
          Returns the value of the 'Unit' attribute.
 void setUnit(BlockSizeUnit value)
          Sets the value of the 'Unit' 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

getUnit

BlockSizeUnit getUnit()
Returns the value of the 'Unit' attribute. The literals are from the enumeration BlockSizeUnit.

Returns:
the value of the 'Unit' attribute.
See Also:
BlockSizeUnit, setUnit(BlockSizeUnit), COBOLPackage.getUnitClause_Unit()

setUnit

void setUnit(BlockSizeUnit value)
Sets the value of the 'Unit' attribute.

Parameters:
value - the new value of the 'Unit' attribute.
See Also:
BlockSizeUnit, getUnit()