@Deprecated public static enum GP390.ConnType extends Enum<GP390.ConnType>
| Enum Constant and Description |
|---|
SERIAL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GP390.ConnType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GP390.ConnType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GP390.ConnType SERIAL
public static GP390.ConnType[] values()
for (GP390.ConnType c : GP390.ConnType.values()) System.out.println(c);
public static GP390.ConnType 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 © 2023 LSST. All rights reserved.