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

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

public interface UnstringDelimitedClause
extends ASTNode

A representation of the DELIMITED clause in an UNSTRING statement.

The following features are supported:

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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getDelimitedBy

UnstringDelimiter getDelimitedBy()
Returns the value of the 'Delimited By' containment reference.

The value is the delimiter in the DELIMITED BY clause.

Returns:
the value of the 'Delimited By' containment reference.
See Also:
setDelimitedBy(UnstringDelimiter), COBOLPackage.getUnstringDelimitedClause_DelimitedBy()

setDelimitedBy

void setDelimitedBy(UnstringDelimiter value)
Sets the value of the 'Delimited By' containment reference.

Parameters:
value - the new value of the 'Delimited By' containment reference.
See Also:
getDelimitedBy()

getOr

java.util.List getOr()
Returns the value of the 'Or' containment reference list. The list contents are of type UnstringDelimiter.

The list contains the delimiters in the OR clause.

Returns:
the value of the 'Or' containment reference list.
See Also:
COBOLPackage.getUnstringDelimitedClause_Or()