public interface AttachStatement extends ConditionPrefixable, LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getAttachStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getEntry()
Returns the value of the 'Entry' containment reference.
|
java.lang.String |
getEnvironment()
Returns the value of the 'Environment' attribute.
|
Reference |
getThread()
Returns the value of the 'Thread' containment reference.
|
boolean |
isSetEnvironment()
Returns whether the value of the '
Environment' attribute is set. |
void |
setEntry(Reference value)
Sets the value of the '
Entry' containment reference. |
void |
setEnvironment(java.lang.String value)
Sets the value of the '
Environment' attribute. |
void |
setThread(Reference value)
Sets the value of the '
Thread' containment reference. |
void |
unsetEnvironment()
Unsets the value of the '
Environment' attribute. |
getConditionPrefixesgetLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getEntry()
setEntry(Reference),
PLIPackage.getAttachStatement_Entry()void setEntry(Reference value)
Entry' containment reference.
value - the new value of the 'Entry' containment reference.getEntry()Reference getThread()
setThread(Reference),
PLIPackage.getAttachStatement_Thread()void setThread(Reference value)
Thread' containment reference.
value - the new value of the 'Thread' containment reference.getThread()java.lang.String getEnvironment()
isSetEnvironment(),
unsetEnvironment(),
setEnvironment(String),
PLIPackage.getAttachStatement_Environment()void setEnvironment(java.lang.String value)
Environment' attribute.
value - the new value of the 'Environment' attribute.isSetEnvironment(),
unsetEnvironment(),
getEnvironment()void unsetEnvironment()
Environment' attribute.
boolean isSetEnvironment()
Environment' attribute is set.
unsetEnvironment(),
getEnvironment(),
setEnvironment(String)