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