|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.tv.service.navigation.ServiceFilter
org.dvb.service.navigation.DeliverySystemTypeFilter
public final class DeliverySystemTypeFilter
DeliverySystemTypeFilter represents a ServiceFilter based on a particular DeliverySystemType.
A ServiceList resulting from this filter will include only Service objects that can
be accessed via delivery systems of the specified DeliverySystemType
.
Constructor Summary | |
---|---|
DeliverySystemTypeFilter(javax.tv.service.navigation.DeliverySystemType type)
Constructs the filter based on a particular DeliverySystemType. |
Method Summary | |
---|---|
boolean |
accept(javax.tv.service.Service service)
Tests if the given service passes the filter. |
javax.tv.service.navigation.DeliverySystemType |
getFilterValue()
Reports the DeliverySystemType used to create this filter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliverySystemTypeFilter(javax.tv.service.navigation.DeliverySystemType type)
type
- A DeliverySystemType
object indicating
the delivery system type for the services to be included in
a resulting service list.Method Detail |
---|
public javax.tv.service.navigation.DeliverySystemType getFilterValue()
DeliverySystemType
used to create this filter.
DeliverySystemType
used to create this filter.public boolean accept(javax.tv.service.Service service)
accept
in class javax.tv.service.navigation.ServiceFilter
service
- An individual Service
to be evaluated
against the filtering algorithm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |