public static class Foundry.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Foundry.Type |
MOSIS |
static Foundry.Type |
NONE |
static Foundry.Type |
ST |
static Foundry.Type |
TSMC |
Modifier and Type | Method and Description |
---|---|
int |
getBit() |
int |
getMode() |
java.lang.String |
getName() |
static java.util.List<Foundry.Type> |
getValues() |
java.lang.String |
toString() |
static Foundry.Type |
valueOf(java.lang.String n) |
public static Foundry.Type NONE
public static Foundry.Type TSMC
public static Foundry.Type ST
public static Foundry.Type MOSIS
public int getBit()
public int getMode()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public static Foundry.Type valueOf(java.lang.String n)
public static java.util.List<Foundry.Type> getValues()