|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.logicaleffort.Pin.Dir
protected static class Pin.Dir
Dir is a typesafe enum class that describes the direction of the pin
Field Summary | |
---|---|
protected static Pin.Dir |
INOUT
In-Out |
protected static Pin.Dir |
INPUT
Input |
protected static Pin.Dir |
NODIR
no dir |
protected static Pin.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 |
---|
protected static final Pin.Dir INPUT
protected static final Pin.Dir OUTPUT
protected static final Pin.Dir INOUT
protected static final Pin.Dir NODIR
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |