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. |
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.
Copyright © 1998 - 2000 Sun Microsystems, Inc.