Package ome.formats.importer
Class Version
- java.lang.Object
-
- ome.formats.importer.Version
-
@Deprecated public class Version extends java.lang.ObjectDeprecated.As of release 5.3.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringdbVersionDeprecated.static java.lang.StringreleaseDateDeprecated.The data of the last release date.static java.lang.StringrevisionDeprecated.The repository revision.static java.lang.StringrevisionDateDeprecated.The data of the last repository revision.static java.lang.StringversionNoteDeprecated.
-
Constructor Summary
Constructors Constructor Description Version()Deprecated.
-
-
-
Field Detail
-
dbVersion
public static final java.lang.String dbVersion
Deprecated.- See Also:
- Constant Field Values
-
versionNote
public static final java.lang.String versionNote
Deprecated.- See Also:
- Constant Field Values
-
releaseDate
public static final java.lang.String releaseDate
Deprecated.The data of the last release date.- See Also:
- Constant Field Values
-
revision
public static final java.lang.String revision
Deprecated.The repository revision.- See Also:
- Constant Field Values
-
revisionDate
public static final java.lang.String revisionDate
Deprecated.The data of the last repository revision.- See Also:
- Constant Field Values
-
-