public static enum Footprint.Generator extends java.lang.Enum<Footprint.Generator>
| Modifier and Type | Method and Description |
|---|---|
static Footprint.Generator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Footprint.Generator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Footprint.Generator Dual
public static final Footprint.Generator Quad
public static final Footprint.Generator Bga
public static Footprint.Generator[] values()
for (Footprint.Generator c : Footprint.Generator.values()) System.out.println(c);
public static Footprint.Generator 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