|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VaryingClause
A representation of the VARYING clause within a RECORD clause of a file description entry.
The following features are supported:
COBOLPackage.getVaryingClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRef |
getDependingOn()
Returns the value of the 'Depending On' containment reference. |
Literal |
getMaximumSize()
Returns the value of the 'Maximum Size' containment reference. |
Literal |
getMinimumSize()
Returns the value of the 'Minimum Size' containment reference. |
void |
setDependingOn(DataRef value)
Sets the value of the ' Depending On' containment reference. |
void |
setMaximumSize(Literal value)
Sets the value of the ' Maximum Size' containment reference. |
void |
setMinimumSize(Literal value)
Sets the value of the ' Minimum Size' 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 |
|---|
Literal getMinimumSize()
The value is the minimum size. If the minimum size is not specified, the value is null.
setMinimumSize(Literal),
COBOLPackage.getVaryingClause_MinimumSize()void setMinimumSize(Literal value)
Minimum Size' containment reference.
value - the new value of the 'Minimum Size' containment reference.getMinimumSize()Literal getMaximumSize()
The value is the maximum size. If the maximum size is not specified, the value is null.
setMaximumSize(Literal),
COBOLPackage.getVaryingClause_MaximumSize()void setMaximumSize(Literal value)
Maximum Size' containment reference.
value - the new value of the 'Maximum Size' containment reference.getMaximumSize()DataRef getDependingOn()
The value is the data item specified in the DEPENDING ON phrase. If that phrase is not used, the value is null.
setDependingOn(DataRef),
COBOLPackage.getVaryingClause_DependingOn()void setDependingOn(DataRef value)
Depending On' containment reference.
value - the new value of the 'Depending On' containment reference.getDependingOn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||