| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
UnstringDelimitedClause |
getDelimitedClause()
Returns the value of the 'Delimited Clause' containment reference.
|
java.util.List |
getIntoClauses()
Returns the value of the 'Into Clauses' containment reference list.
|
java.util.List |
getNotOnOverflow()
Returns the value of the 'Not On Overflow' containment reference list.
|
java.util.List |
getOnOverflow()
Returns the value of the 'On Overflow' containment reference list.
|
DataRef |
getRef()
Returns the value of the 'Ref' containment reference.
|
DataRef |
getTallyingIn()
Returns the value of the 'Tallying In' containment reference.
|
DataRef |
getWithPointer()
Returns the value of the 'With Pointer' containment reference.
|
boolean |
isEndUnstringUsed()
Returns the value of the 'End Unstring Used' attribute.
|
void |
setDelimitedClause(UnstringDelimitedClause value)
Sets the value of the '
Delimited Clause' containment reference. |
void |
setEndUnstringUsed(boolean value)
Sets the value of the '
End Unstring Used' attribute. |
void |
setRef(DataRef value)
Sets the value of the '
Ref' containment reference. |
void |
setTallyingIn(DataRef value)
Sets the value of the '
Tallying In' containment reference. |
void |
setWithPointer(DataRef value)
Sets the value of the '
With Pointer' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getRef()
The value is the sending field.
setRef(DataRef),
COBOLPackage.getUnstringStmt_Ref()void setRef(DataRef value)
Ref' containment reference.
value - the new value of the 'Ref' containment reference.getRef()UnstringDelimitedClause getDelimitedClause()
setDelimitedClause(UnstringDelimitedClause),
COBOLPackage.getUnstringStmt_DelimitedClause()void setDelimitedClause(UnstringDelimitedClause value)
Delimited Clause' containment reference.
value - the new value of the 'Delimited Clause' containment reference.getDelimitedClause()java.util.List getIntoClauses()
UnstringIntoClause.
COBOLPackage.getUnstringStmt_IntoClauses()DataRef getWithPointer()
The value is the data item in the WITH POINTER clause.
setWithPointer(DataRef),
COBOLPackage.getUnstringStmt_WithPointer()void setWithPointer(DataRef value)
With Pointer' containment reference.
value - the new value of the 'With Pointer' containment reference.getWithPointer()DataRef getTallyingIn()
The value is the data item in the TALLYING IN clause.
setTallyingIn(DataRef),
COBOLPackage.getUnstringStmt_TallyingIn()void setTallyingIn(DataRef value)
Tallying In' containment reference.
value - the new value of the 'Tallying In' containment reference.getTallyingIn()java.util.List getOnOverflow()
Stmt.
The list contains the statement in the ON OVERFLOW clause.
COBOLPackage.getUnstringStmt_OnOverflow()java.util.List getNotOnOverflow()
Stmt.
The list contains the statements in the NOT ON OVERFLOW clause.
COBOLPackage.getUnstringStmt_NotOnOverflow()boolean isEndUnstringUsed()
The value is true if END-UNSTRING is present; false otherwise.
setEndUnstringUsed(boolean),
COBOLPackage.getUnstringStmt_EndUnstringUsed()void setEndUnstringUsed(boolean value)
End Unstring Used' attribute.
value - the new value of the 'End Unstring Used' attribute.isEndUnstringUsed()