public enum HostIpConfigIpV6AddressConfigType extends Enum<HostIpConfigIpV6AddressConfigType>
| Enum Constant and Description |
|---|
dhcp |
linklayer |
manual |
other |
random |
| Modifier and Type | Method and Description |
|---|---|
static HostIpConfigIpV6AddressConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostIpConfigIpV6AddressConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostIpConfigIpV6AddressConfigType other
public static final HostIpConfigIpV6AddressConfigType manual
public static final HostIpConfigIpV6AddressConfigType dhcp
public static final HostIpConfigIpV6AddressConfigType linklayer
public static final HostIpConfigIpV6AddressConfigType random
public static HostIpConfigIpV6AddressConfigType[] values()
for (HostIpConfigIpV6AddressConfigType c : HostIpConfigIpV6AddressConfigType.values()) System.out.println(c);
public static HostIpConfigIpV6AddressConfigType 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 © 2011-2012. All Rights Reserved.