public static enum ImportConfig.VersionInfo extends 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 |
---|---|
String |
key
the map key corresponding to this instance
|
Modifier and Type | Method and Description |
---|---|
static ImportConfig.VersionInfo |
valueOf(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 final String key
public static ImportConfig.VersionInfo[] values()
for (ImportConfig.VersionInfo c : ImportConfig.VersionInfo.values()) System.out.println(c);
public static ImportConfig.VersionInfo valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.