public enum InstallationType extends Enum<InstallationType>
Enum Constant and Description |
---|
BIOCASE_INSTALLATION |
DIGIR_INSTALLATION |
EARTHCAPE_INSTALLATION |
HTTP_INSTALLATION |
IPT_INSTALLATION |
SYMBIOTA_INSTALLATION |
TAPIR_INSTALLATION |
Modifier and Type | Method and Description |
---|---|
static InstallationType |
fromString(String installationType) |
static InstallationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallationType IPT_INSTALLATION
public static final InstallationType DIGIR_INSTALLATION
public static final InstallationType TAPIR_INSTALLATION
public static final InstallationType BIOCASE_INSTALLATION
public static final InstallationType HTTP_INSTALLATION
public static final InstallationType SYMBIOTA_INSTALLATION
public static final InstallationType EARTHCAPE_INSTALLATION
public static InstallationType[] values()
for (InstallationType c : InstallationType.values()) System.out.println(c);
public static InstallationType 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 nullpublic static InstallationType fromString(String installationType)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.