public enum Ipv6RaMode extends Enum<Ipv6RaMode>
Enum Constant and Description |
---|
DHCPV6_STATEFUL |
DHCPV6_STATELESS |
SLAAC |
Modifier and Type | Method and Description |
---|---|
static Ipv6RaMode |
forValue(String value) |
String |
getIpv6RaMode() |
static Ipv6RaMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ipv6RaMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ipv6RaMode SLAAC
public static final Ipv6RaMode DHCPV6_STATEFUL
public static final Ipv6RaMode DHCPV6_STATELESS
public static Ipv6RaMode[] values()
for (Ipv6RaMode c : Ipv6RaMode.values()) System.out.println(c);
public static Ipv6RaMode 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 getIpv6RaMode()
public static Ipv6RaMode forValue(String value)
Copyright © 2017. All rights reserved.