|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlockContainsClause
A representation of the BLOCK CONTAINS clause in a file description entry.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
LiteralOrLiteralValueRange getSize()
setSize(LiteralOrLiteralValueRange),
COBOLPackage.getBlockContainsClause_Size()void setSize(LiteralOrLiteralValueRange value)
Size' containment reference.
value - the new value of the 'Size' containment reference.getSize()UnitClause getUnitClause()
The value is a representation of the clause that specifies the block size unit. If that clause is not present, the value is null.
setUnitClause(UnitClause),
COBOLPackage.getBlockContainsClause_UnitClause()void setUnitClause(UnitClause value)
Unit Clause' containment reference.
value - the new value of the 'Unit Clause' containment reference.getUnitClause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||