|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnstringDelimitedClause
A representation of the DELIMITED clause in an UNSTRING statement.
The following features are supported:
COBOLPackage.getUnstringDelimitedClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||