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