public static enum Dhcp.DhcpOptionType extends Enum<Dhcp.DhcpOptionType>
| Enum Constant and Description |
|---|
BOOLEAN |
IPv4 |
LIST_OF_IPv4 |
LIST_OF_STRINGS |
NUMBER |
RAW |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static Dhcp.DhcpOptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dhcp.DhcpOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dhcp.DhcpOptionType BOOLEAN
public static final Dhcp.DhcpOptionType NUMBER
public static final Dhcp.DhcpOptionType IPv4
public static final Dhcp.DhcpOptionType LIST_OF_IPv4
public static final Dhcp.DhcpOptionType LIST_OF_STRINGS
public static final Dhcp.DhcpOptionType RAW
public static final Dhcp.DhcpOptionType STRING
public static Dhcp.DhcpOptionType[] values()
for (Dhcp.DhcpOptionType c : Dhcp.DhcpOptionType.values()) System.out.println(c);
public static Dhcp.DhcpOptionType 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 © 2016–2017 Nuage Networks. All rights reserved.