public final class ConnectionState extends ExpandableStringEnum<ConnectionState>
| Modifier and Type | Field and Description |
|---|---|
static ConnectionState |
REACHABLE
Static value Reachable for ConnectionState.
|
static ConnectionState |
UNKNOWN
Static value Unknown for ConnectionState.
|
static ConnectionState |
UNREACHABLE
Static value Unreachable for ConnectionState.
|
| Constructor and Description |
|---|
ConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionState |
fromString(String name)
Creates or finds a ConnectionState from its string representation.
|
static Collection<ConnectionState> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final ConnectionState REACHABLE
public static final ConnectionState UNREACHABLE
public static final ConnectionState UNKNOWN
public static ConnectionState fromString(String name)
name - a name to look forpublic static Collection<ConnectionState> values()
Copyright © 2019. All rights reserved.