Uses of Class
com.sun.electric.tool.io.input.spicenetlist.SpiceSubckt.PortType

Packages that use SpiceSubckt.PortType
com.sun.electric.tool.io.input.spicenetlist   
 

Uses of SpiceSubckt.PortType in com.sun.electric.tool.io.input.spicenetlist
 

Methods in com.sun.electric.tool.io.input.spicenetlist that return SpiceSubckt.PortType
 SpiceSubckt.PortType SpiceSubckt.getPortType(java.lang.String port)
           
static SpiceSubckt.PortType SpiceSubckt.PortType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpiceSubckt.PortType[] SpiceSubckt.PortType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.io.input.spicenetlist with parameters of type SpiceSubckt.PortType
 void SpiceSubckt.setPortType(java.lang.String port, SpiceSubckt.PortType type)