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