public interface RefMod extends DataRef
COBOLPackage.getRefMod()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getLen()
Returns the value of the 'Len' containment reference.
|
DataRef |
getRef()
Returns the value of the 'Ref' containment reference.
|
Expr |
getStartPos()
Returns the value of the 'Start Pos' containment reference.
|
void |
setLen(Expr value)
Sets the value of the '
Len' containment reference. |
void |
setRef(DataRef value)
Sets the value of the '
Ref' containment reference. |
void |
setStartPos(Expr value)
Sets the value of the '
Start Pos' 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 a representation of the table reference being modified.
setRef(DataRef),
COBOLPackage.getRefMod_Ref()void setRef(DataRef value)
Ref' containment reference.
value - the new value of the 'Ref' containment reference.getRef()Expr getStartPos()
The value is the start position.
setStartPos(Expr),
COBOLPackage.getRefMod_StartPos()void setStartPos(Expr value)
Start Pos' containment reference.
value - the new value of the 'Start Pos' containment reference.getStartPos()Expr getLen()
The value is the length.
setLen(Expr),
COBOLPackage.getRefMod_Len()