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