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