com.sun.electric.tool.ncc.netlist
Class Bipolar.Type

java.lang.Object
  extended by com.sun.electric.tool.ncc.netlist.Bipolar.Type
Enclosing class:
Bipolar

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


Field Summary
static Bipolar.Type NPN
           
static Bipolar.Type PNP
           
 
Method Summary
 java.lang.String getName()
           
 int getOrdinal()
           
 int[] getPinCoeffs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPN

public static final Bipolar.Type NPN

PNP

public static final Bipolar.Type PNP
Method Detail

getName

public java.lang.String getName()

getOrdinal

public int getOrdinal()

getPinCoeffs

public int[] getPinCoeffs()