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

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

Returns:
the localized message.

getDesignFileVersion

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

Returns:
the the version.


Copyright © 2005 Actuate Corp. All rights reserved.