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