public interface UnstringDelimitedClause extends ASTNode
The following features are supported:
COBOLPackage.getUnstringDelimitedClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
UnstringDelimiter |
getDelimitedBy()
Returns the value of the 'Delimited By' containment reference.
|
java.util.List |
getOr()
Returns the value of the 'Or' containment reference list.
|
void |
setDelimitedBy(UnstringDelimiter value)
Sets the value of the '
Delimited By' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
UnstringDelimiter getDelimitedBy()
The value is the delimiter in the DELIMITED BY clause.
setDelimitedBy(UnstringDelimiter),
COBOLPackage.getUnstringDelimitedClause_DelimitedBy()void setDelimitedBy(UnstringDelimiter value)
Delimited By' containment reference.
value - the new value of the 'Delimited By' containment reference.getDelimitedBy()java.util.List getOr()
UnstringDelimiter.
The list contains the delimiters in the OR clause.
COBOLPackage.getUnstringDelimitedClause_Or()