public interface CicsDumpTransactionFromClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsDumpTransactionFromClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
void |
setFLength(DataRefOrLiteral value)
Sets the value of the '
FLength' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsDumpTransactionFromClause_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getLength()
The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRefOrLiteral),
COBOLPackage.getCicsDumpTransactionFromClause_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRefOrLiteral getFLength()
The value is a representation of the data value specified in the FLENGTH option; if that option is not used, the value is null.
setFLength(DataRefOrLiteral),
COBOLPackage.getCicsDumpTransactionFromClause_FLength()void setFLength(DataRefOrLiteral value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()