public enum InstallationType extends Enum<InstallationType>
| Enum Constant and Description |
|---|
INDOOR
Indoor installation type
|
OUTDOOR
Outdoor installation type
|
UNKNOWN
No installation type allowed, set for cable types that are always local.
|
| Modifier and Type | Method and Description |
|---|---|
static InstallationType |
convertToInstallationType(String value)
Convert installation type to enum from string
|
String |
getDisplayName() |
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 UNKNOWN
public static final InstallationType INDOOR
public static final InstallationType OUTDOOR
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 String getDisplayName()
public static InstallationType convertToInstallationType(String value)
value - valueCopyright © 2026 European Spallation Source. All rights reserved.