public interface PLINode
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PLIPackage.getPLINode()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginColumn()
Returns the value of the 'Begin Column' attribute.
|
java.lang.String |
getBeginFile()
Returns the value of the 'Begin File' attribute.
|
int |
getBeginLine()
Returns the value of the 'Begin Line' attribute.
|
int |
getEndColumn()
Returns the value of the 'End Column' attribute.
|
java.lang.String |
getEndFile()
Returns the value of the 'End File' attribute.
|
int |
getEndLine()
Returns the value of the 'End Line' attribute.
|
PLINode |
getParent()
Returns the value of the 'Parent' reference.
|
void |
setBeginColumn(int value)
Sets the value of the '
Begin Column' attribute. |
void |
setBeginFile(java.lang.String value)
Sets the value of the '
Begin File' attribute. |
void |
setBeginLine(int value)
Sets the value of the '
Begin Line' attribute. |
void |
setEndColumn(int value)
Sets the value of the '
End Column' attribute. |
void |
setEndFile(java.lang.String value)
Sets the value of the '
End File' attribute. |
void |
setEndLine(int value)
Sets the value of the '
End Line' attribute. |
void |
setParent(PLINode value)
Sets the value of the '
Parent' reference. |
static final java.lang.String copyright
java.lang.String getBeginFile()
setBeginFile(String),
PLIPackage.getPLINode_BeginFile()void setBeginFile(java.lang.String value)
Begin File' attribute.
value - the new value of the 'Begin File' attribute.getBeginFile()java.lang.String getEndFile()
setEndFile(String),
PLIPackage.getPLINode_EndFile()void setEndFile(java.lang.String value)
End File' attribute.
value - the new value of the 'End File' attribute.getEndFile()int getBeginLine()
setBeginLine(int),
PLIPackage.getPLINode_BeginLine()void setBeginLine(int value)
Begin Line' attribute.
value - the new value of the 'Begin Line' attribute.getBeginLine()int getEndLine()
setEndLine(int),
PLIPackage.getPLINode_EndLine()void setEndLine(int value)
End Line' attribute.
value - the new value of the 'End Line' attribute.getEndLine()int getBeginColumn()
setBeginColumn(int),
PLIPackage.getPLINode_BeginColumn()void setBeginColumn(int value)
Begin Column' attribute.
value - the new value of the 'Begin Column' attribute.getBeginColumn()int getEndColumn()
setEndColumn(int),
PLIPackage.getPLINode_EndColumn()void setEndColumn(int value)
End Column' attribute.
value - the new value of the 'End Column' attribute.getEndColumn()PLINode getParent()
setParent(PLINode),
PLIPackage.getPLINode_Parent()void setParent(PLINode value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()