| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDelimitedBy()
Returns the value of the 'Delimited By' containment reference.
|
java.util.List |
getItems()
Returns the value of the 'Items' containment reference list.
|
boolean |
isDelimitedBySize()
Returns the value of the 'Delimited By Size' attribute.
|
void |
setDelimitedBy(DataRefOrLiteral value)
Sets the value of the '
Delimited By' containment reference. |
void |
setDelimitedBySize(boolean value)
Sets the value of the '
Delimited By Size' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getItems()
DataRefOrLiteral.
The list contains the data items or literals that are sending fields.
COBOLPackage.getStringClause_Items()boolean isDelimitedBySize()
The value is true if the DELIMITED BY SIZE clause is present; false otherwise.
setDelimitedBySize(boolean),
COBOLPackage.getStringClause_DelimitedBySize()void setDelimitedBySize(boolean value)
Delimited By Size' attribute.
value - the new value of the 'Delimited By Size' attribute.isDelimitedBySize()DataRefOrLiteral getDelimitedBy()
The value is the data item or literal specified in the DELIMITED BY clause.
setDelimitedBy(DataRefOrLiteral),
COBOLPackage.getStringClause_DelimitedBy()void setDelimitedBy(DataRefOrLiteral value)
Delimited By' containment reference.
value - the new value of the 'Delimited By' containment reference.getDelimitedBy()