Class Foundation.Toolbox.TMWParameter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Foundation.Toolbox.TMWParameter

java.lang.Object
   |
   +----Foundation.Toolbox.TMWStateVariable
           |
           +----Foundation.Toolbox.TMWParameter

public class TMWParameter
extends TMWStateVariable
The Internal Parameter structure for describing the types, slots, values, and defaults of a given message interface.
See Also:
TMWValue, TMWStateVariable, TMWMessage, TMWMessageHandler

Variable Index

 o Default
 o Direction

Constructor Index

 o TMWParameter()
 o TMWParameter(String, String, String, Integer, Vector)

Method Index

 o decode(DataInputStream)
Decode the values of the Parameter from a textual PrintStream.
 o encode(PrintStream)
Encode the values of the Parameter into a textual PrintStream.

Variables

 o Direction
  public Integer Direction
 o Default
  public Vector Default

Constructors

 o TMWParameter
  public TMWParameter()
 o TMWParameter
  public TMWParameter(String Nm,
                      String Cm,
                      String Tp,
                      Integer Dr,
                      Vector Df)

Methods

 o encode
  public void encode(PrintStream strs)
Encode the values of the Parameter into a textual PrintStream.
Overrides:
encode in class TMWStateVariable
 o decode
  public void decode(DataInputStream strs) throws IOException
Decode the values of the Parameter from a textual PrintStream.
Overrides:
decode in class TMWStateVariable

All Packages  Class Hierarchy  This Package  Previous  Next  Index