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