| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()