|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringClause
A representation of the sending fields in a STRING statement.
The following features are supported:
COBOLPackage.getStringClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRefOrLiteral |
getDelimitedBy()
Returns the value of the 'Delimited By' containment reference. |
java.util.List |
getItems()
Returns the value of the 'Items' containment reference list. |
boolean |
isDelimitedBySize()
Returns the value of the 'Delimited By Size' attribute. |
void |
setDelimitedBy(DataRefOrLiteral value)
Sets the value of the ' Delimited By' containment reference. |
void |
setDelimitedBySize(boolean value)
Sets the value of the ' Delimited By Size' attribute. |
| 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 |
|---|
java.util.List getItems()
DataRefOrLiteral.
The list contains the data items or literals that are sending fields.
COBOLPackage.getStringClause_Items()boolean isDelimitedBySize()
The value is true if the DELIMITED BY SIZE clause is present; false otherwise.
setDelimitedBySize(boolean),
COBOLPackage.getStringClause_DelimitedBySize()void setDelimitedBySize(boolean value)
Delimited By Size' attribute.
value - the new value of the 'Delimited By Size' attribute.isDelimitedBySize()DataRefOrLiteral getDelimitedBy()
The value is the data item or literal specified in the DELIMITED BY clause.
setDelimitedBy(DataRefOrLiteral),
COBOLPackage.getStringClause_DelimitedBy()void setDelimitedBy(DataRefOrLiteral value)
Delimited By' containment reference.
value - the new value of the 'Delimited By' containment reference.getDelimitedBy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||