Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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.

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.