public class AudibleAlertMode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static AudibleAlertMode |
NOT_SPECIFIED
The instance of Not Specified
|
static AudibleAlertMode |
PER_ROUND
The instance of Off
|
static AudibleAlertMode |
PER_TAG
The instance of On
|
static AudibleAlertMode[] |
PRIVATE_VALUES |
Modifier and Type | Method and Description |
---|---|
static AudibleAlertMode[] |
getValues() |
static AudibleAlertMode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final AudibleAlertMode NOT_SPECIFIED
public static final AudibleAlertMode PER_ROUND
public static final AudibleAlertMode PER_TAG
public static final AudibleAlertMode[] PRIVATE_VALUES
public static final AudibleAlertMode[] getValues()
public static final AudibleAlertMode Parse(java.lang.String parameter)