org.eclipse.birt.report.model.api
Interface IVersionInfo


public interface IVersionInfo

Holds instrustions that inform the user if opening the old version design file may cause some auto-conversion to the original design file.


Method Summary
 java.lang.String getDesignFileVersion()
          Returns the version.
 java.lang.String getLocalizedMessage()
          Returns the localized message about version infomation.
 

Method Detail

getLocalizedMessage

java.lang.String getLocalizedMessage()
Returns the localized message about version infomation.

Returns:
the localized message.

getDesignFileVersion

java.lang.String getDesignFileVersion()
Returns the version.

Returns:
the the version.


Copyright © 2008 Actuate Corp. All rights reserved.