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

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

public static class LEInst.Type
extends java.lang.Object

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


Field Summary
static LEInst.Type CAPACITOR
          NotSizeable
static LEInst.Type IGNORE
          Ignore
static LEInst.Type LEGATE
          LeGate
static LEInst.Type LEKEEPER
          LeKeeper
static LEInst.Type LESETTINGS
          NotSizeable
static LEInst.Type TRANSISTOR
          NotSizeable
static LEInst.Type UNKNOWN
          NotSizeable
static LEInst.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

LEGATE

public static final LEInst.Type LEGATE
LeGate


LEKEEPER

public static final LEInst.Type LEKEEPER
LeKeeper


WIRE

public static final LEInst.Type WIRE
NotSizeable


TRANSISTOR

public static final LEInst.Type TRANSISTOR
NotSizeable


CAPACITOR

public static final LEInst.Type CAPACITOR
NotSizeable


IGNORE

public static final LEInst.Type IGNORE
Ignore


LESETTINGS

public static final LEInst.Type LESETTINGS
NotSizeable


UNKNOWN

public static final LEInst.Type UNKNOWN
NotSizeable

Method Detail

toString

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