public static enum ProximityTsl2671.TransmitterDriveCurrent extends java.lang.Enum<ProximityTsl2671.TransmitterDriveCurrent>
| Enum Constant and Description |
|---|
CURRENT_100MA |
CURRENT_12_5MA |
CURRENT_25MA |
CURRENT_50MA |
| Modifier and Type | Method and Description |
|---|---|
static ProximityTsl2671.TransmitterDriveCurrent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProximityTsl2671.TransmitterDriveCurrent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProximityTsl2671.TransmitterDriveCurrent CURRENT_100MA
public static final ProximityTsl2671.TransmitterDriveCurrent CURRENT_50MA
public static final ProximityTsl2671.TransmitterDriveCurrent CURRENT_25MA
public static final ProximityTsl2671.TransmitterDriveCurrent CURRENT_12_5MA
public static ProximityTsl2671.TransmitterDriveCurrent[] values()
for (ProximityTsl2671.TransmitterDriveCurrent c : ProximityTsl2671.TransmitterDriveCurrent.values()) System.out.println(c);
public static ProximityTsl2671.TransmitterDriveCurrent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null