|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecorderChannelPrefixStatus
An interface to check if a channel-number prefix matches.
This interface represents the response of an IRecorder.checkChannelPrefix
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
<0>IS_PREFIX_MATCH: true | <1>IS_COMPLETE_MATCH: true | <2>IS_EXTRA_CHAR_USEFUL: false | <3>NEEDED_SPACER: X
IRecorder.checkChannelPrefix(String)
,
QUERY_RECORDER_CHECK_CHANNEL_PREFIX
Nested Class Summary | |
---|---|
static class |
IRecorderChannelPrefixStatus.Props
The properties of an IRecorderChannelPrefixStatus response. |
Method Summary | |
---|---|
String |
getNeededSpacer()
Gets the first matching spacer, if a spacer whould be needed for the prefix to match a channel. |
Boolean |
isCompleteMatch()
Checks if the prefix fully matches a channel number. |
Boolean |
isExtraCharUseful()
Checks if an additional prefix char chould reduce the number of matching channels. |
Boolean |
isPrefixMatch()
Checks if the prefix matches at least one channel number. |
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 |
---|
Boolean isPrefixMatch()
true
if there are channels with channel numbers starting with the prefix.Boolean isCompleteMatch()
true
if a complete channel number is matched by the prefix.Boolean isExtraCharUseful()
true
if an additional prefix would reduce the number of matching channels.String getNeededSpacer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |