| Modifier and Type | Method and Description |
|---|---|
String |
getXdcCommand() |
static ObjType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjType Design
public static final ObjType Cell
public static final ObjType Port
public static final ObjType Pin
public static final ObjType PBlock
public static ObjType[] values()
for (ObjType c : ObjType.values()) System.out.println(c);
public static ObjType 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 String getXdcCommand()