org.dvb.si
Interface TextualServiceIdentifierQuery
- All Known Subinterfaces:
- SIService
- public interface TextualServiceIdentifierQuery
An interface that can be implemented by objects representing DVB services.
Allows applications to obtain the textual service identifiers related to
a service.
- Since:
- MHP1.0.1
getTextualServiceIdentifiers
public java.lang.String[] getTextualServiceIdentifiers()
- Returns the textual service identifiers related to this object.
- Returns:
- an array of String objects containing the textual service
identifiers or null if none are present.
- Since:
- MHP1.0.1