|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IRecordingStatus.Props> org.jmythapi.protocol.response.IRecordingStatus.Props
public static enum IRecordingStatus.Props
The properties of IRecordingStatus
.
MythTV Protocol Version Matrix | |||||
---|---|---|---|---|---|
Protocol | |||||
Name | Type | Range | 00 | 40 | -1 |
RECORDING_IN_PROGRESS | Integer | [00,-1) | X | X | X |
LIVETV_IN_PROGRESS | Integer | [40,-1) | - | X | X |
Enum Constant Summary | |
---|---|
LIVETV_IN_PROGRESS
LiveTV in progress. |
|
RECORDING_IN_PROGRESS
Recordings in progress. |
Method Summary | |
---|---|
static IRecordingStatus.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IRecordingStatus.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IRecordingStatus.Props RECORDING_IN_PROGRESS
The total amount of active recordings
IRecordingStatus.getActiveRecordings()
public static final IRecordingStatus.Props LIVETV_IN_PROGRESS
Active recordings that are LiveTV recordings.
IRecordingStatus.getLiveTVRecordings()
Method Detail |
---|
public static IRecordingStatus.Props[] values()
for (IRecordingStatus.Props c : IRecordingStatus.Props.values()) System.out.println(c);
public static IRecordingStatus.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |