SCCT.JavaSubscriber
Class SCCT_LineConfiguration

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_LineConfiguration

public class SCCT_LineConfiguration
extends java.lang.Object

This class contains all configurations associated with a line.


Method Summary
 java.lang.String getDescription()
          Gets the description of the line.
 int getLineNumber()
           
 boolean isInput()
           
 boolean isOutput()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description of the line.

Returns:
The description of the line.

getLineNumber

public int getLineNumber()

isInput

public boolean isInput()

isOutput

public boolean isOutput()