com.sun.electric.tool.logicaleffort
Class LEPin.Dir

java.lang.Object
  extended by com.sun.electric.tool.logicaleffort.LEPin.Dir
Enclosing class:
LEPin

protected static class LEPin.Dir
extends java.lang.Object

Dir is a typesafe enum class that describes the direction of the pin


Field Summary
protected static LEPin.Dir INOUT
          In-Out
protected static LEPin.Dir INPUT
          Input
protected static LEPin.Dir NODIR
          no dir
protected static LEPin.Dir OUTPUT
          Output
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT

protected static final LEPin.Dir INPUT
Input


OUTPUT

protected static final LEPin.Dir OUTPUT
Output


INOUT

protected static final LEPin.Dir INOUT
In-Out


NODIR

protected static final LEPin.Dir NODIR
no dir

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object