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