public enum NetIpConfigInfoIpAddressStatus extends Enum<NetIpConfigInfoIpAddressStatus>
Java class for NetIpConfigInfoIpAddressStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NetIpConfigInfoIpAddressStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="preferred"/>
<enumeration value="deprecated"/>
<enumeration value="invalid"/>
<enumeration value="inaccessible"/>
<enumeration value="unknown"/>
<enumeration value="tentative"/>
<enumeration value="duplicate"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEPRECATED |
DUPLICATE |
INACCESSIBLE |
INVALID |
PREFERRED |
TENTATIVE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static NetIpConfigInfoIpAddressStatus |
fromValue(String v) |
String |
value() |
static NetIpConfigInfoIpAddressStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetIpConfigInfoIpAddressStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetIpConfigInfoIpAddressStatus PREFERRED
public static final NetIpConfigInfoIpAddressStatus DEPRECATED
public static final NetIpConfigInfoIpAddressStatus INVALID
public static final NetIpConfigInfoIpAddressStatus INACCESSIBLE
public static final NetIpConfigInfoIpAddressStatus UNKNOWN
public static final NetIpConfigInfoIpAddressStatus TENTATIVE
public static final NetIpConfigInfoIpAddressStatus DUPLICATE
public static NetIpConfigInfoIpAddressStatus[] values()
for (NetIpConfigInfoIpAddressStatus c : NetIpConfigInfoIpAddressStatus.values()) System.out.println(c);
public static NetIpConfigInfoIpAddressStatus 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 static NetIpConfigInfoIpAddressStatus fromValue(String v)
Copyright © 2018. All rights reserved.