Modifier and Type | Method and Description |
---|---|
static NetType |
getNetType(int ordinal) |
static NetType |
getNetTypeFromNetName(String name) |
boolean |
isStaticNetType() |
static NetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetType WIRE
public static final NetType GND
public static final NetType VCC
public static final NetType UNKNOWN
public static NetType[] values()
for (NetType c : NetType.values()) System.out.println(c);
public static NetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static NetType getNetTypeFromNetName(String name)
public boolean isStaticNetType()
public static NetType getNetType(int ordinal)