public enum EDIFDirection extends Enum<EDIFDirection>
Modifier and Type | Method and Description |
---|---|
static EDIFDirection |
getDir(BELPin.Direction p) |
static EDIFDirection |
getDir(PinType p) |
static EDIFDirection |
getEnum(String s) |
byte[] |
toByteArray() |
static EDIFDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDIFDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDIFDirection INPUT
public static final EDIFDirection OUTPUT
public static final EDIFDirection INOUT
public static EDIFDirection[] values()
for (EDIFDirection c : EDIFDirection.values()) System.out.println(c);
public static EDIFDirection 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 EDIFDirection getEnum(String s)
public static EDIFDirection getDir(PinType p)
public static EDIFDirection getDir(BELPin.Direction p)
public byte[] toByteArray()