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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDesignFileVersion()
Returns the version.java.lang.String
getLocalizedMessage()
Returns the localized message about version infomation.
-