Package ome.formats.importer
Class Version
- java.lang.Object
-
- ome.formats.importer.Version
-
@Deprecated public class Version extends java.lang.Object
Deprecated.As of release 5.3.2
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
dbVersion
Deprecated.static java.lang.String
releaseDate
Deprecated.The data of the last release date.static java.lang.String
revision
Deprecated.The repository revision.static java.lang.String
revisionDate
Deprecated.The data of the last repository revision.static java.lang.String
versionNote
Deprecated.
-
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
-
-