Serializable
, Comparable<ITLibMediaItemPlayStatus>
public enum ITLibMediaItemPlayStatus extends Enum<ITLibMediaItemPlayStatus>
Enum Constant | Description |
---|---|
ITLibMediaItemPlayStatusNone |
|
ITLibMediaItemPlayStatusPartiallyPlayed |
|
ITLibMediaItemPlayStatusUnplayed |
Modifier and Type | Method | Description |
---|---|---|
static ITLibMediaItemPlayStatus |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ITLibMediaItemPlayStatus[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITLibMediaItemPlayStatus ITLibMediaItemPlayStatusNone
public static final ITLibMediaItemPlayStatus ITLibMediaItemPlayStatusPartiallyPlayed
public static final ITLibMediaItemPlayStatus ITLibMediaItemPlayStatusUnplayed
public static ITLibMediaItemPlayStatus[] values()
for (ITLibMediaItemPlayStatus c : ITLibMediaItemPlayStatus.values()) System.out.println(c);
public static ITLibMediaItemPlayStatus 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