com.ibm.websphere.sibx.smobo

Interface PrimitiveType


  1. public interface PrimitiveType
A representation of the model object 'Primitive Type'. This is used by the invocationPath attribute on the FailInfo Type.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getInTerminal()
Returns the value of the 'In Terminal' attribute.
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute.
  1. java.lang.String
getOutTerminal()
Returns the value of the 'Out Terminal' attribute.
  1. void
setInTerminal(java.lang.String value)
Sets the value of the ' In Terminal' attribute.
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute.
  1. void
setOutTerminal(java.lang.String value)
Sets the value of the ' Out Terminal' attribute.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getInTerminal

  1. java.lang.String getInTerminal( )
Returns the value of the 'In Terminal' attribute.
Returns:
the value of the 'In Terminal' attribute.
See Also:

setInTerminal

  1. void setInTerminal(java.lang.String value)
Sets the value of the ' In Terminal' attribute.
Parameters:
value - the new value of the 'In Terminal' attribute.
See Also:

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.
Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getOutTerminal

  1. 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.

Returns:
the value of the 'Out Terminal' attribute.
See Also:

setOutTerminal

  1. void setOutTerminal(java.lang.String value)
Sets the value of the ' Out Terminal' attribute.
Parameters:
value - the new value of the 'Out Terminal' attribute.
See Also: