public static enum DRC.DRCErrorType extends java.lang.Enum<DRC.DRCErrorType>
Enum Constant and Description |
---|
BADLAYERERROR |
CROOKEDERROR |
CUTERROR |
ENCLOSEDAREAERROR |
FORBIDDEN |
LAYERSURROUNDERROR |
MINAREAERROR |
MINSIZEERROR |
MINWIDTHERROR |
NOTCHERROR |
RESOLUTION |
SLOTSIZEERROR |
SPACINGERROR |
SURROUNDERROR |
TECHMIXWARN |
ZEROLENGTHARCWARN |
Modifier and Type | Method and Description |
---|---|
static DRC.DRCErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DRC.DRCErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DRC.DRCErrorType SPACINGERROR
public static final DRC.DRCErrorType MINWIDTHERROR
public static final DRC.DRCErrorType NOTCHERROR
public static final DRC.DRCErrorType MINSIZEERROR
public static final DRC.DRCErrorType BADLAYERERROR
public static final DRC.DRCErrorType LAYERSURROUNDERROR
public static final DRC.DRCErrorType MINAREAERROR
public static final DRC.DRCErrorType ENCLOSEDAREAERROR
public static final DRC.DRCErrorType SURROUNDERROR
public static final DRC.DRCErrorType FORBIDDEN
public static final DRC.DRCErrorType RESOLUTION
public static final DRC.DRCErrorType CUTERROR
public static final DRC.DRCErrorType SLOTSIZEERROR
public static final DRC.DRCErrorType CROOKEDERROR
public static final DRC.DRCErrorType ZEROLENGTHARCWARN
public static final DRC.DRCErrorType TECHMIXWARN
public static DRC.DRCErrorType[] values()
for (DRC.DRCErrorType c : DRC.DRCErrorType.values()) System.out.println(c);
public static DRC.DRCErrorType 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