public enum GroupDelayType extends Enum<GroupDelayType>
| Enum Constant and Description |
|---|
DOUBLE |
GLOBAL |
INTERNAL |
LONG |
OTHER |
PIN_BOUNCE |
PINFEED |
QUAD |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static GroupDelayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupDelayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupDelayType SINGLE
public static final GroupDelayType DOUBLE
public static final GroupDelayType QUAD
public static final GroupDelayType LONG
public static final GroupDelayType PIN_BOUNCE
public static final GroupDelayType INTERNAL
public static final GroupDelayType GLOBAL
public static final GroupDelayType PINFEED
public static final GroupDelayType OTHER
public static GroupDelayType[] values()
for (GroupDelayType c : GroupDelayType.values()) System.out.println(c);
public static GroupDelayType 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