public static enum GDSLayers.GDSLayerType extends java.lang.Enum<GDSLayers.GDSLayerType>
Enum Constant and Description |
---|
DRAWING |
DUMMY |
HIGHVOLTAGE |
PIN |
TEXT |
Modifier and Type | Method and Description |
---|---|
static GDSLayers.GDSLayerType |
findType(java.lang.String name) |
java.lang.String |
getExtension() |
static GDSLayers.GDSLayerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GDSLayers.GDSLayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDSLayers.GDSLayerType DRAWING
public static final GDSLayers.GDSLayerType PIN
public static final GDSLayers.GDSLayerType TEXT
public static final GDSLayers.GDSLayerType HIGHVOLTAGE
public static final GDSLayers.GDSLayerType DUMMY
public static GDSLayers.GDSLayerType[] values()
for (GDSLayers.GDSLayerType c : GDSLayers.GDSLayerType.values()) System.out.println(c);
public static GDSLayers.GDSLayerType 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 nullpublic java.lang.String getExtension()
public static GDSLayers.GDSLayerType findType(java.lang.String name)