com.sun.electric.tool.logicaleffort
Class Instance.Type

java.lang.Object
  extended by com.sun.electric.tool.logicaleffort.Instance.Type
Enclosing class:
Instance

protected static class Instance.Type
extends java.lang.Object

Type is a typesafe enum class that describes the type of Instance this is


Field Summary
protected static Instance.Type CAPACITOR
          NotSizeable
protected static Instance.Type LEGATE
          LeGate
protected static Instance.Type LEKEEPER
          LeKeeper
protected static Instance.Type LOAD
          NotSizeable
protected static Instance.Type STATICGATE
          NotSizeable
protected static Instance.Type WIRE
          NotSizeable
 
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

STATICGATE

protected static final Instance.Type STATICGATE
NotSizeable


LOAD

protected static final Instance.Type LOAD
NotSizeable


WIRE

protected static final Instance.Type WIRE
NotSizeable


LEGATE

protected static final Instance.Type LEGATE
LeGate


LEKEEPER

protected static final Instance.Type LEKEEPER
LeKeeper


CAPACITOR

protected static final Instance.Type CAPACITOR
NotSizeable

Method Detail

toString

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