|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.spi.si.simple.ProgramReference
public final class ProgramReference
This class represents a reference to a program within a service that is accessed using a SelectionProvider.
SelectionProvider
,
SimpleSIProvider.getProgramReferences(org.dvb.spi.selection.ServiceReference)
,
ProgramDescription
Constructor Summary | |
---|---|
ProgramReference(ServiceReference service,
java.lang.String programIdentifier)
Constructs a reference to a program. |
Method Summary | |
---|---|
java.lang.String |
getProgramIdentifier()
Get the identifier of the program. |
ServiceReference |
getServiceReference()
Get the service containing the program as passed to the constructor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgramReference(ServiceReference service, java.lang.String programIdentifier)
service
- the service containing the programprogramIdentifier
- an identifier for the program within the serviceMethod Detail |
---|
public ServiceReference getServiceReference()
public java.lang.String getProgramIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |