|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IRecorderNextProgramInfo.Props> org.jmythapi.protocol.response.IRecorderNextProgramInfo.Props
public static enum IRecorderNextProgramInfo.Props
The properties of an IRecorderNextProgramInfo
response.
MythTV Protocol Version Matrix | |||||
---|---|---|---|---|---|
Protocol | |||||
Name | Type | Range | 00 | 08 | -1 |
TITLE | String | [00,-1) | X | X | X |
SUBTITLE | String | [00,-1) | X | X | X |
DESCRIPTION | String | [00,-1) | X | X | X |
CATEGORY | String | [00,-1) | X | X | X |
START_DATE_TIME | Date | [00,-1) | X | X | X |
END_DATE_TIME | Date | [00,-1) | X | X | X |
CHANNEL_SIGN | String | [00,-1) | X | X | X |
CHANNEL_ICON_PATH | String | [00,-1) | X | X | X |
CHANNEL_NUMBER | String | [00,-1) | X | X | X |
CHANNEL_ID | Integer | [00,-1) | X | X | X |
SERIES_ID | String | [08,-1) | - | X | X |
PROGRAM_ID | String | [08,-1) | - | X | X |
Enum Constant Summary | |
---|---|
CATEGORY
The program category. |
|
CHANNEL_ICON_PATH
The channel icon path. |
|
CHANNEL_ID
The channel ID. |
|
CHANNEL_NUMBER
The channel number. |
|
CHANNEL_SIGN
The channel abbreviation. |
|
DESCRIPTION
A description about the program. |
|
END_DATE_TIME
The scheduled end of the program. |
|
PROGRAM_ID
Program ID. |
|
SERIES_ID
Series ID. |
|
START_DATE_TIME
The scheduled start of the program. |
|
SUBTITLE
The program subtitle. |
|
TITLE
The program title. |
Method Summary | |
---|---|
static IRecorderNextProgramInfo.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IRecorderNextProgramInfo.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 IRecorderNextProgramInfo.Props TITLE
IRecorderNextProgramInfo.getTitle()
public static final IRecorderNextProgramInfo.Props SUBTITLE
IRecorderNextProgramInfo.getSubtitle()
public static final IRecorderNextProgramInfo.Props DESCRIPTION
IRecorderNextProgramInfo.getDescription()
public static final IRecorderNextProgramInfo.Props CATEGORY
E.g. comedy
IRecorderNextProgramInfo.getCategory()
public static final IRecorderNextProgramInfo.Props START_DATE_TIME
IRecorderNextProgramInfo.getStartDateTime()
public static final IRecorderNextProgramInfo.Props END_DATE_TIME
IRecorderNextProgramInfo.getEndDateTime()
public static final IRecorderNextProgramInfo.Props CHANNEL_SIGN
E.g. ORF1
This is similar to IRecorderChannelInfo.Props#CHANNEL_SIGN
.
IRecorderNextProgramInfo.getChannelSign()
public static final IRecorderNextProgramInfo.Props CHANNEL_ICON_PATH
IRecorderNextProgramInfo.getChannelIconPath()
public static final IRecorderNextProgramInfo.Props CHANNEL_NUMBER
The user defined number of the channel: e.g. 2
This is similar to IRecorderChannelInfo.Props#CHANNEL_NUMBER
.
IRecorderNextProgramInfo.getChannelNumber()
public static final IRecorderNextProgramInfo.Props CHANNEL_ID
The unique id of the channel: e.g. 1001
.
This is similar to IRecorderChannelInfo.Props#CHANNEL_ID
.
IRecorderNextProgramInfo.getChannelID()
public static final IRecorderNextProgramInfo.Props SERIES_ID
Is used for dup checks.
public static final IRecorderNextProgramInfo.Props PROGRAM_ID
Is used for dup checks.
Method Detail |
---|
public static IRecorderNextProgramInfo.Props[] values()
for (IRecorderNextProgramInfo.Props c : IRecorderNextProgramInfo.Props.values()) System.out.println(c);
public static IRecorderNextProgramInfo.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 |