org.dvb.application.storage
Interface ExtendedAppAttributes


public interface ExtendedAppAttributes

The ExtendedAppAttributes interface provides additional attributes that are useful when application can be stored in the MHP terminal.

AppAttributes objects that are returned from the AppsDatabase shall implement this interface

Since:
MHP1.1

Method Summary
 int getCurrentVersionNumber()
          Returns the optional version number currently signalled for this application.
 

Method Detail

getCurrentVersionNumber

public int getCurrentVersionNumber()
Returns the optional version number currently signalled for this application. e.g. in the AIT. If this is not available, -1 shall be returned.
Returns:
the version number signalled for this application.
Since:
MHP1.1