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