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