| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getCountIn()
Returns the value of the 'Count In' containment reference.
|
DataRef |
getDelimiterIn()
Returns the value of the 'Delimiter In' containment reference.
|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
void |
setCountIn(DataRef value)
Sets the value of the '
Count In' containment reference. |
void |
setDelimiterIn(DataRef value)
Sets the value of the '
Delimiter In' containment reference. |
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getInto()
The value is the data receiving field.
setInto(DataRef),
COBOLPackage.getUnstringIntoClause_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRef getDelimiterIn()
The value is the delimiter receiving field.
setDelimiterIn(DataRef),
COBOLPackage.getUnstringIntoClause_DelimiterIn()void setDelimiterIn(DataRef value)
Delimiter In' containment reference.
value - the new value of the 'Delimiter In' containment reference.getDelimiterIn()DataRef getCountIn()
The value is the data count field.
setCountIn(DataRef),
COBOLPackage.getUnstringIntoClause_CountIn()void setCountIn(DataRef value)
Count In' containment reference.
value - the new value of the 'Count In' containment reference.getCountIn()