public static enum PlaybackSpeed.PodcastPlaybackSpeed extends java.lang.Enum<PlaybackSpeed.PodcastPlaybackSpeed>
Enum Constant and Description |
---|
PLAYBACK_SPEED_100 |
PLAYBACK_SPEED_120 |
PLAYBACK_SPEED_150 |
PLAYBACK_SPEED_200 |
PLAYBACK_SPEED_300 |
PLAYBACK_SPEED_50 |
PLAYBACK_SPEED_80 |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PlaybackSpeed.PodcastPlaybackSpeed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaybackSpeed.PodcastPlaybackSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_50
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_80
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_100
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_120
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_150
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_200
public static final PlaybackSpeed.PodcastPlaybackSpeed PLAYBACK_SPEED_300
public static PlaybackSpeed.PodcastPlaybackSpeed[] values()
for (PlaybackSpeed.PodcastPlaybackSpeed c : PlaybackSpeed.PodcastPlaybackSpeed.values()) System.out.println(c);
public static PlaybackSpeed.PodcastPlaybackSpeed 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 nullpublic int getValue()