|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DRCTemplate.DRCRuleType>
com.sun.electric.technology.DRCTemplate.DRCRuleType
public static enum DRCTemplate.DRCRuleType
Enum Constant Summary | |
---|---|
ASURROUND
arc surround rule |
|
CONSPA
a connected spacing rule |
|
CUTSURX
X contact cut surround rule |
|
CUTSURY
Y contact cut surround rule |
|
EXTENSION
extension rule |
|
EXTENSIONGATE
extension gate rule |
|
FORBIDDEN
forbidden rule |
|
MINAREA
minimum area rule |
|
MINENCLOSEDAREA
enclosed area rule |
|
MINWID
a minimum-width rule |
|
MINWIDCOND
a conditional minimum-width rule |
|
NODSIZ
a node size rule |
|
NONE
nothing chosen |
|
SLOTSIZE
slot size rule |
|
SPACING
a spacing rule |
|
SPACINGE
an edge spacing rule |
|
SURROUND
a general surround rule |
|
UCONSPA
an unconnected spacing rule |
|
UCONSPA2D
a spacing rule for 2D cuts |
Method Summary | |
---|---|
static DRCTemplate.DRCRuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DRCTemplate.DRCRuleType[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DRCTemplate.DRCRuleType NONE
public static final DRCTemplate.DRCRuleType MINWID
public static final DRCTemplate.DRCRuleType MINWIDCOND
public static final DRCTemplate.DRCRuleType NODSIZ
public static final DRCTemplate.DRCRuleType SURROUND
public static final DRCTemplate.DRCRuleType SPACING
public static final DRCTemplate.DRCRuleType SPACINGE
public static final DRCTemplate.DRCRuleType CONSPA
public static final DRCTemplate.DRCRuleType UCONSPA
public static final DRCTemplate.DRCRuleType UCONSPA2D
public static final DRCTemplate.DRCRuleType CUTSURX
public static final DRCTemplate.DRCRuleType CUTSURY
public static final DRCTemplate.DRCRuleType ASURROUND
public static final DRCTemplate.DRCRuleType MINAREA
public static final DRCTemplate.DRCRuleType MINENCLOSEDAREA
public static final DRCTemplate.DRCRuleType EXTENSION
public static final DRCTemplate.DRCRuleType FORBIDDEN
public static final DRCTemplate.DRCRuleType EXTENSIONGATE
public static final DRCTemplate.DRCRuleType SLOTSIZE
Method Detail |
---|
public static DRCTemplate.DRCRuleType[] values()
for (DRCTemplate.DRCRuleType c : DRCTemplate.DRCRuleType.values()) System.out.println(c);
public static DRCTemplate.DRCRuleType 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |