com.sun.electric.tool.generator.layout
Enum TechType.TechTypeEnum
java.lang.Object
java.lang.Enum<TechType.TechTypeEnum>
com.sun.electric.tool.generator.layout.TechType.TechTypeEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TechType.TechTypeEnum>
- Enclosing class:
- TechType
public static enum TechType.TechTypeEnum
- extends java.lang.Enum<TechType.TechTypeEnum>
These are the Electric technologies understood by the gate layout
generators
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MOCMOS
public static final TechType.TechTypeEnum MOCMOS
TSMC180
public static final TechType.TechTypeEnum TSMC180
CMOS90
public static final TechType.TechTypeEnum CMOS90
values
public static TechType.TechTypeEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TechType.TechTypeEnum c : TechType.TechTypeEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TechType.TechTypeEnum valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getTechType
public TechType getTechType()