public enum ESteamIPv6ConnectivityState extends java.lang.Enum<ESteamIPv6ConnectivityState>
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static ESteamIPv6ConnectivityState |
from(int code) |
static ESteamIPv6ConnectivityState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESteamIPv6ConnectivityState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESteamIPv6ConnectivityState Unknown
public static final ESteamIPv6ConnectivityState Good
public static final ESteamIPv6ConnectivityState Bad
public static ESteamIPv6ConnectivityState[] values()
for (ESteamIPv6ConnectivityState c : ESteamIPv6ConnectivityState.values()) System.out.println(c);
public static ESteamIPv6ConnectivityState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static ESteamIPv6ConnectivityState from(int code)