@Deprecated public enum TechnicalInstallationType extends Enum<TechnicalInstallationType>
InstallationType
Enum Constant and Description |
---|
BIOCASE_INSTALLATION
Deprecated.
BIOCASE technical installation.
|
DiGIR_INSTALLATION
Deprecated.
DiGIR technical installation.
|
HTTP_INSTALLATION
Deprecated.
HTTP technical installation.
|
IPT_INSTALLATION
Deprecated.
IPT instances.
|
TAPIR_INSTALLATION
Deprecated.
TAPIR technical installation.
|
Modifier and Type | Method and Description |
---|---|
static TechnicalInstallationType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TechnicalInstallationType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnicalInstallationType IPT_INSTALLATION
public static final TechnicalInstallationType DiGIR_INSTALLATION
public static final TechnicalInstallationType TAPIR_INSTALLATION
public static final TechnicalInstallationType BIOCASE_INSTALLATION
public static final TechnicalInstallationType HTTP_INSTALLATION
public static TechnicalInstallationType[] values()
for (TechnicalInstallationType c : TechnicalInstallationType.values()) System.out.println(c);
public static TechnicalInstallationType 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 nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.