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

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

public interface UnstringDelimiter
extends ASTNode

A representation of a delimiter in an UNSTRING statement.

The following features are supported:

See Also:
COBOLPackage.getUnstringDelimiter()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getItem()
          Returns the value of the 'Item' containment reference.
 boolean isAll()
          Returns the value of the 'All' attribute.
 void setAll(boolean value)
          Sets the value of the 'All' attribute.
 void setItem(DataRefOrLiteral value)
          Sets the value of the 'Item' 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

isAll

boolean isAll()
Returns the value of the 'All' attribute.

The value is true if the ALL keyword is present; false otherwise.

Returns:
the value of the 'All' attribute.
See Also:
setAll(boolean), COBOLPackage.getUnstringDelimiter_All()

setAll

void setAll(boolean value)
Sets the value of the 'All' attribute.

Parameters:
value - the new value of the 'All' attribute.
See Also:
isAll()

getItem

DataRefOrLiteral getItem()
Returns the value of the 'Item' containment reference.

The value is the data item or literal that is the delimiter.

Returns:
the value of the 'Item' containment reference.
See Also:
setItem(DataRefOrLiteral), COBOLPackage.getUnstringDelimiter_Item()

setItem

void setItem(DataRefOrLiteral value)
Sets the value of the 'Item' containment reference.

Parameters:
value - the new value of the 'Item' containment reference.
See Also:
getItem()