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
Interface ServiceMinorNumber

All Superinterfaces:
ServiceNumber

public interface ServiceMinorNumber
extends ServiceNumber

This interface extends the basic ServiceNumber interface to provide the minor number of two-part service numbers described in major.minor format.

Service and ServiceDetails objects may optionally implement this interface.

The major number of a service is obtained from the ServiceNumber.getServiceNumber method.

See Also:
Service, ServiceDetails, ServiceNumber.getServiceNumber(), Optionally implemented interfaces

Method Summary
 int getMinorNumber()
          Reports the minor number of the service.
 
Methods inherited from interface javax.tv.service.ServiceNumber
getServiceNumber
 

Method Detail

getMinorNumber

public int getMinorNumber()
Reports the minor number of the service.

Returns:
The minor number of this service.

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.