|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnstringDelimiter
A representation of a delimiter in an UNSTRING statement.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
boolean isAll()
The value is true if the ALL keyword is present; false otherwise.
setAll(boolean),
COBOLPackage.getUnstringDelimiter_All()void setAll(boolean value)
All' attribute.
value - the new value of the 'All' attribute.isAll()DataRefOrLiteral getItem()
The value is the data item or literal that is the delimiter.
setItem(DataRefOrLiteral),
COBOLPackage.getUnstringDelimiter_Item()void setItem(DataRefOrLiteral value)
Item' containment reference.
value - the new value of the 'Item' containment reference.getItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||