public enum DeviceAccessProtocol16 extends Enum<DeviceAccessProtocol16>
| Modifier and Type | Method and Description |
|---|---|
static DeviceAccessProtocol16 |
get(String value) |
static DeviceAccessProtocol16[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static DeviceAccessProtocol16 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAccessProtocol16[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceAccessProtocol16 HTTP
public static final DeviceAccessProtocol16 HTTPS
public static final DeviceAccessProtocol16 FTP
public static final DeviceAccessProtocol16 TFTP
public static DeviceAccessProtocol16[] values()
for (DeviceAccessProtocol16 c : DeviceAccessProtocol16.values()) System.out.println(c);
public static DeviceAccessProtocol16 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 value()
public String toString()
toString in class Enum<DeviceAccessProtocol16>public static DeviceAccessProtocol16 get(String value)
public static DeviceAccessProtocol16[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.