|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IRecorderChannelInfo.Props> org.jmythapi.IRecorderChannelInfo.Props
public static enum IRecorderChannelInfo.Props
Properties of an IRecorderChannelInfo
response.
MythTV Protocol Version Matrix | ||||
---|---|---|---|---|
Protocol | ||||
Name | Type | Range | 28 | -1 |
CHANNEL_ID | Integer | [28,-1) | X | X |
SOURCE_ID | Integer | [28,-1) | X | X |
CHANNEL_SIGN | String | [28,-1) | X | X |
CHANNEL_NUMBER | String | [28,-1) | X | X |
CHANNEL_NAME | String | [28,-1) | X | X |
XMLTV_ID | String | [28,-1) | X | X |
Enum Constant Summary | |
---|---|
CHANNEL_ID
[01] The unique id of the channel ( String ): e.g. "1000". |
|
CHANNEL_NAME
[05] The name of the channel ( String ): e.g. |
|
CHANNEL_NUMBER
[04] The number of the channel ( String ): e.g. "2" |
|
CHANNEL_SIGN
[03] The sign of the channel ( String ): e.g. |
|
SOURCE_ID
[02] |
|
XMLTV_ID
[06] |
Method Summary | |
---|---|
static IRecorderChannelInfo.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IRecorderChannelInfo.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 IRecorderChannelInfo.Props CHANNEL_ID
String
): e.g. "1000".
IRecorderChannelInfo.getChannelID()
public static final IRecorderChannelInfo.Props SOURCE_ID
IRecorderChannelInfo.getSourceID()
public static final IRecorderChannelInfo.Props CHANNEL_SIGN
String
): e.g. "ORF1"
IRecorderChannelInfo.getChannelSign()
public static final IRecorderChannelInfo.Props CHANNEL_NUMBER
String
): e.g. "2"
IRecorderChannelInfo.getChannelNumber()
public static final IRecorderChannelInfo.Props CHANNEL_NAME
String
): e.g. "ORF 1"
IRecorderChannelInfo.getChannelName()
public static final IRecorderChannelInfo.Props XMLTV_ID
IRecorderChannelInfo.getXmlTvID()
Method Detail |
---|
public static IRecorderChannelInfo.Props[] values()
for (IRecorderChannelInfo.Props c : IRecorderChannelInfo.Props.values()) System.out.println(c);
public static IRecorderChannelInfo.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 |