com.ibm.etools.cobol.application.model.cobol
Interface UnstringIntoClause

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface UnstringIntoClause
extends ASTNode

A representation of an INTO clause in an UNSTRING statement.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getInto

DataRef getInto()
Returns the value of the 'Into' containment reference.

The value is the data receiving field.

Returns:
the value of the 'Into' containment reference.
See Also:
setInto(DataRef), COBOLPackage.getUnstringIntoClause_Into()

setInto

void setInto(DataRef value)
Sets the value of the 'Into' containment reference.

Parameters:
value - the new value of the 'Into' containment reference.
See Also:
getInto()

getDelimiterIn

DataRef getDelimiterIn()
Returns the value of the 'Delimiter In' containment reference.

The value is the delimiter receiving field.

Returns:
the value of the 'Delimiter In' containment reference.
See Also:
setDelimiterIn(DataRef), COBOLPackage.getUnstringIntoClause_DelimiterIn()

setDelimiterIn

void setDelimiterIn(DataRef value)
Sets the value of the 'Delimiter In' containment reference.

Parameters:
value - the new value of the 'Delimiter In' containment reference.
See Also:
getDelimiterIn()

getCountIn

DataRef getCountIn()
Returns the value of the 'Count In' containment reference.

The value is the data count field.

Returns:
the value of the 'Count In' containment reference.
See Also:
setCountIn(DataRef), COBOLPackage.getUnstringIntoClause_CountIn()

setCountIn

void setCountIn(DataRef value)
Sets the value of the 'Count In' containment reference.

Parameters:
value - the new value of the 'Count In' containment reference.
See Also:
getCountIn()