public static enum PhysicalNetlist.PhysNetlist.PhysPIP.Which extends Enum<PhysicalNetlist.PhysNetlist.PhysPIP.Which>
Enum Constant and Description |
---|
_NOT_IN_SCHEMA |
NO_SITE |
SITE |
Modifier and Type | Method and Description |
---|---|
static PhysicalNetlist.PhysNetlist.PhysPIP.Which |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalNetlist.PhysNetlist.PhysPIP.Which[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalNetlist.PhysNetlist.PhysPIP.Which NO_SITE
public static final PhysicalNetlist.PhysNetlist.PhysPIP.Which SITE
public static final PhysicalNetlist.PhysNetlist.PhysPIP.Which _NOT_IN_SCHEMA
public static PhysicalNetlist.PhysNetlist.PhysPIP.Which[] values()
for (PhysicalNetlist.PhysNetlist.PhysPIP.Which c : PhysicalNetlist.PhysNetlist.PhysPIP.Which.values()) System.out.println(c);
public static PhysicalNetlist.PhysNetlist.PhysPIP.Which 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 null