public static enum TechType.TechTypeEnum extends java.lang.Enum<TechType.TechTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
TechType |
getTechType() |
static TechType.TechTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TechType.TechTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechType.TechTypeEnum MOCMOS
public static final TechType.TechTypeEnum TSMC180
public static final TechType.TechTypeEnum CMOS90
public static TechType.TechTypeEnum[] values()
for (TechType.TechTypeEnum c : TechType.TechTypeEnum.values()) System.out.println(c);
public static TechType.TechTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic TechType getTechType()