|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordClause
A representation of the RECORD clause in a file description entry.
The following features are supported:
COBOLPackage.getRecordClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
LiteralOrLiteralValueRange |
getContainingCharacters()
Returns the value of the 'Containing Characters' containment reference. |
VaryingClause |
getVaryingClause()
Returns the value of the 'Varying Clause' containment reference. |
void |
setContainingCharacters(LiteralOrLiteralValueRange value)
Sets the value of the ' Containing Characters' containment reference. |
void |
setVaryingClause(VaryingClause value)
Sets the value of the ' Varying 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 getContainingCharacters()
The value is a representation of the number of containing characters in the CONTAINS clause. If the VARYING clause is used, the value is null.
setContainingCharacters(LiteralOrLiteralValueRange),
COBOLPackage.getRecordClause_ContainingCharacters()void setContainingCharacters(LiteralOrLiteralValueRange value)
Containing Characters' containment reference.
value - the new value of the 'Containing Characters' containment reference.getContainingCharacters()VaryingClause getVaryingClause()
The value is a representation of the VARYING clause. If the CONTAINS clause is used, the value is null.
setVaryingClause(VaryingClause),
COBOLPackage.getRecordClause_VaryingClause()void setVaryingClause(VaryingClause value)
Varying Clause' containment reference.
value - the new value of the 'Varying Clause' containment reference.getVaryingClause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||