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