public static enum DRCTemplate.DRCRuleType extends java.lang.Enum<DRCTemplate.DRCRuleType>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.lang.NullPointerException
- if the argument is null