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