public static enum Picaxe.PulseDataType extends java.lang.Enum<Picaxe.PulseDataType>
Modifier and Type | Method and Description |
---|---|
static Picaxe.PulseDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Picaxe.PulseDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Picaxe.PulseDataType none
public static final Picaxe.PulseDataType integer
public static final Picaxe.PulseDataType increment
public static final Picaxe.PulseDataType string
public static Picaxe.PulseDataType[] values()
for (Picaxe.PulseDataType c : Picaxe.PulseDataType.values()) System.out.println(c);
public static Picaxe.PulseDataType 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