|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecorderChannelInfo
An interface to get informations about a MythTV recorder channel.
This interface represents the response to an IRecorder.getChannelInfo(Integer)
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
<0>CHANNEL_ID: 11123 | <1>SOURCE_ID: 1 | <2>CHANNEL_SIGN: PULS 4 | <3>CHANNEL_NUMBER: 10123 | <4>CHANNEL_NAME: PULS 4 | <5>XMLTV_ID:
<0>CHANNEL_ID: 1079 | <1>SOURCE_ID: 1 | <2>CHANNEL_SIGN: VOX | <3>CHANNEL_NUMBER: 8 | <4>CHANNEL_NAME: VOX | <5>XMLTV_ID: CNI0D8E
Nested Class Summary | |
---|---|
static class |
IRecorderChannelInfo.Props
Properties of an IRecorderChannelInfo response. |
Method Summary | |
---|---|
Integer |
getChannelID()
Gets the MythTV internal channel ID. |
String |
getChannelName()
Gets the channel name. |
String |
getChannelNumber()
Gets the user defined channel number. |
String |
getChannelSign()
Gets the station abbreviation. |
Integer |
getSourceID()
Gets the source id. |
String |
getXmlTvID()
Gets the XML-TV id. |
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Methods inherited from interface org.jmythapi.IPropertyAware |
---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
Method Detail |
---|
Integer getChannelID()
IBasicChannelInfo
getChannelID
in interface IBasicChannelInfo
11123
IRecorderChannelInfo.Props.CHANNEL_ID
,
IBasicChannelInfo.getChannelID()
String getChannelSign()
IBasicChannelInfo
getChannelSign
in interface IBasicChannelInfo
PULS 4
IRecorderChannelInfo.Props.CHANNEL_SIGN
,
IBasicChannelInfo.getChannelSign()
String getChannelNumber()
getChannelNumber
in interface IBasicChannelInfo
-
', '_
' or '.
'IRecorderChannelInfo.Props.CHANNEL_NUMBER
String getChannelName()
IRecorderChannelInfo.Props.CHANNEL_NAME
Integer getSourceID()
IRecorderChannelInfo.Props.SOURCE_ID
String getXmlTvID()
IRecorderChannelInfo.Props.XMLTV_ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |