public interface PrimitiveType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInTerminal()
Returns the value of the 'In Terminal' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getOutTerminal()
Returns the value of the 'Out Terminal' attribute.
|
void |
setInTerminal(java.lang.String value)
Sets the value of the '
In Terminal ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setOutTerminal(java.lang.String value)
Sets the value of the '
Out Terminal ' attribute. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getInTerminal()
setInTerminal(String)
void setInTerminal(java.lang.String value)
In Terminal
' attribute.value
- the new value of the 'In Terminal' attribute.getInTerminal()
java.lang.String getName()
setName(String)
void setName(java.lang.String value)
Name
' attribute.value
- the new value of the 'Name' attribute.getName()
java.lang.String getOutTerminal()
Note that the last primitive in the chain will have a null for the output terminal.
setOutTerminal(String)
void setOutTerminal(java.lang.String value)
Out Terminal
' attribute.value
- the new value of the 'Out Terminal' attribute.getOutTerminal()