public static enum ImportConfig.VersionInfo extends java.lang.Enum<ImportConfig.VersionInfo>
Enum Constant and Description |
---|
BIO_FORMATS_READER |
BIO_FORMATS_VERSION |
CLIENT_LANGUAGE_COMPILER |
CLIENT_LANGUAGE_NAME |
CLIENT_LANGUAGE_VENDOR |
CLIENT_LANGUAGE_VERSION |
LOCALE |
OMERO_VERSION |
OS_ARCHITECTURE |
OS_NAME |
OS_VERSION |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key
the map key corresponding to this instance
|
Modifier and Type | Method and Description |
---|---|
static ImportConfig.VersionInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportConfig.VersionInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportConfig.VersionInfo BIO_FORMATS_READER
public static final ImportConfig.VersionInfo BIO_FORMATS_VERSION
public static final ImportConfig.VersionInfo CLIENT_LANGUAGE_NAME
public static final ImportConfig.VersionInfo CLIENT_LANGUAGE_VENDOR
public static final ImportConfig.VersionInfo CLIENT_LANGUAGE_COMPILER
public static final ImportConfig.VersionInfo CLIENT_LANGUAGE_VERSION
public static final ImportConfig.VersionInfo OMERO_VERSION
public static final ImportConfig.VersionInfo OS_NAME
public static final ImportConfig.VersionInfo OS_VERSION
public static final ImportConfig.VersionInfo OS_ARCHITECTURE
public static final ImportConfig.VersionInfo LOCALE
public static ImportConfig.VersionInfo[] values()
for (ImportConfig.VersionInfo c : ImportConfig.VersionInfo.values()) System.out.println(c);
public static ImportConfig.VersionInfo valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.