public enum HostIpConfigIpV6AddressStatus extends Enum<HostIpConfigIpV6AddressStatus>
| Enum Constant and Description |
|---|
deprecated |
duplicate |
inaccessible |
invalid |
preferred |
tentative |
unknown |
| Modifier and Type | Method and Description |
|---|---|
static HostIpConfigIpV6AddressStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostIpConfigIpV6AddressStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostIpConfigIpV6AddressStatus preferred
public static final HostIpConfigIpV6AddressStatus deprecated
public static final HostIpConfigIpV6AddressStatus invalid
public static final HostIpConfigIpV6AddressStatus inaccessible
public static final HostIpConfigIpV6AddressStatus unknown
public static final HostIpConfigIpV6AddressStatus tentative
public static final HostIpConfigIpV6AddressStatus duplicate
public static HostIpConfigIpV6AddressStatus[] values()
for (HostIpConfigIpV6AddressStatus c : HostIpConfigIpV6AddressStatus.values()) System.out.println(c);
public static HostIpConfigIpV6AddressStatus 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.