Java TV(tm) API 1.0

javax.tv.service.transport
Interface Bouquet

All Superinterfaces:
SIElement, SIRetrievable

public interface Bouquet
extends SIElement

This interface represents information about a bouquet.

A Bouquet object may optionally implement the CAIdentification interface. Note that bouquets are not supported in ATSC.

See Also:
CAIdentification, Optionally implemented interfaces

Method Summary
 int getBouquetID()
          Reports the ID of this bouquet definition.
 java.lang.String getName()
          Reports the name of this bouquet.
 
Methods inherited from interface javax.tv.service.SIElement
equals, getLocator, getServiceInformationType, hashCode
 
Methods inherited from interface javax.tv.service.SIRetrievable
getUpdateTime
 

Method Detail

getBouquetID

public int getBouquetID()
Reports the ID of this bouquet definition.
Returns:
A number identifying this bouquet

getName

public java.lang.String getName()
Reports the name of this bouquet.
Returns:
A string representing the name of this bouquet, or an empty string if the name is not available.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.