public static enum NetworkUtils.StackType extends Enum<NetworkUtils.StackType>
| Modifier and Type | Method and Description |
|---|---|
static NetworkUtils.StackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkUtils.StackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkUtils.StackType IPv4
public static final NetworkUtils.StackType IPv6
public static final NetworkUtils.StackType Unknown
public static NetworkUtils.StackType[] values()
for (NetworkUtils.StackType c : NetworkUtils.StackType.values()) System.out.println(c);
public static NetworkUtils.StackType 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 © 2020. All rights reserved.