public class BuzzerTone extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static BuzzerTone |
HIGH
The instance of High
|
static BuzzerTone |
LOW
The instance of Low
|
static BuzzerTone |
MEDIUM
The instance of Medium
|
static BuzzerTone |
NOT_SPECIFIED
The instance of Not Specified
|
static BuzzerTone[] |
PRIVATE_VALUES |
Modifier and Type | Method and Description |
---|---|
static BuzzerTone[] |
getValues() |
static BuzzerTone |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final BuzzerTone NOT_SPECIFIED
public static final BuzzerTone LOW
public static final BuzzerTone MEDIUM
public static final BuzzerTone HIGH
public static final BuzzerTone[] PRIVATE_VALUES
public static final BuzzerTone[] getValues()
public static final BuzzerTone Parse(java.lang.String parameter)