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

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

public interface BlockContainsClause
extends ASTNode

A representation of the BLOCK CONTAINS clause in a file description entry.

The following features are supported:

See Also:
COBOLPackage.getBlockContainsClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 LiteralOrLiteralValueRange getSize()
          Returns the value of the 'Size' containment reference.
 UnitClause getUnitClause()
          Returns the value of the 'Unit Clause' containment reference.
 void setSize(LiteralOrLiteralValueRange value)
          Sets the value of the 'Size' containment reference.
 void setUnitClause(UnitClause value)
          Sets the value of the 'Unit Clause' 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

getSize

LiteralOrLiteralValueRange getSize()
Returns the value of the 'Size' containment reference.

Returns:
the value of the 'Size' containment reference.
See Also:
setSize(LiteralOrLiteralValueRange), COBOLPackage.getBlockContainsClause_Size()

setSize

void setSize(LiteralOrLiteralValueRange value)
Sets the value of the 'Size' containment reference.

Parameters:
value - the new value of the 'Size' containment reference.
See Also:
getSize()

getUnitClause

UnitClause getUnitClause()
Returns the value of the 'Unit Clause' containment reference.

The value is a representation of the clause that specifies the block size unit. If that clause is not present, the value is null.

Returns:
the value of the 'Unit Clause' containment reference.
See Also:
setUnitClause(UnitClause), COBOLPackage.getBlockContainsClause_UnitClause()

setUnitClause

void setUnitClause(UnitClause value)
Sets the value of the 'Unit Clause' containment reference.

Parameters:
value - the new value of the 'Unit Clause' containment reference.
See Also:
getUnitClause()