|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DRCTemplate.DRCMode>
com.sun.electric.technology.DRCTemplate.DRCMode
public static enum DRCTemplate.DRCMode
Enum Constant Summary | |
---|---|
AC
only applies if alternate contact rules are in effect |
|
ALL
always |
|
AN
Max number of layers are dictated by EGraphics.TRANSPARENT_12. |
|
DE
only applies if deep rules are in effect |
|
M10
only applies if there are 10 metal layers in process |
|
M11
only applies if there are 11 metal layers in process |
|
M12
only applies if there are 12 metal layers in process |
|
M2
only applies if there are 2 metal layers in process |
|
M23
only applies if there are 2-3 metal layers in process |
|
M3
only applies if there are 3 metal layers in process |
|
M4
only applies if there are 4 metal layers in process |
|
M456
only applies if there are 4-6 metal layers in process |
|
M5
only applies if there are 5 metal layers in process |
|
M56
only applies if there are 5-6 metal layers in process |
|
M6
only applies if there are 6 metal layers in process |
|
M7
only applies if there are 7 metal layers in process |
|
M8
only applies if there are 8 metal layers in process |
|
M9
only applies if there are 9 metal layers in process |
|
NAC
only applies if alternate contact rules are not in effect |
|
NONE
None |
|
NSV
only applies if stacked vias are not allowed |
|
SC
only applies if scmos rules are in effect |
|
SU
only applies if submicron rules are in effect |
|
SV
only applies if stacked vias are allowed |
Method Summary | |
---|---|
int |
mode()
|
java.lang.String |
toString()
|
static DRCTemplate.DRCMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DRCTemplate.DRCMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DRCTemplate.DRCMode NONE
public static final DRCTemplate.DRCMode ALL
public static final DRCTemplate.DRCMode M23
public static final DRCTemplate.DRCMode M2
public static final DRCTemplate.DRCMode M3
public static final DRCTemplate.DRCMode M456
public static final DRCTemplate.DRCMode M4
public static final DRCTemplate.DRCMode M56
public static final DRCTemplate.DRCMode M5
public static final DRCTemplate.DRCMode M6
public static final DRCTemplate.DRCMode M7
public static final DRCTemplate.DRCMode M8
public static final DRCTemplate.DRCMode M9
public static final DRCTemplate.DRCMode M10
public static final DRCTemplate.DRCMode M11
public static final DRCTemplate.DRCMode M12
public static final DRCTemplate.DRCMode AN
public static final DRCTemplate.DRCMode AC
public static final DRCTemplate.DRCMode NAC
public static final DRCTemplate.DRCMode SV
public static final DRCTemplate.DRCMode NSV
public static final DRCTemplate.DRCMode DE
public static final DRCTemplate.DRCMode SU
public static final DRCTemplate.DRCMode SC
Method Detail |
---|
public static DRCTemplate.DRCMode[] values()
for (DRCTemplate.DRCMode c : DRCTemplate.DRCMode.values()) System.out.println(c);
public static DRCTemplate.DRCMode 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 name
java.lang.NullPointerException
- if the argument is nullpublic int mode()
public java.lang.String toString()
toString
in class java.lang.Enum<DRCTemplate.DRCMode>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |