public final class PcProtocol extends ExpandableStringEnum<PcProtocol>
Modifier and Type | Field and Description |
---|---|
static PcProtocol |
ANY
Static value Any for PcProtocol.
|
static PcProtocol |
TCP
Static value TCP for PcProtocol.
|
static PcProtocol |
UDP
Static value UDP for PcProtocol.
|
Constructor and Description |
---|
PcProtocol() |
Modifier and Type | Method and Description |
---|---|
static PcProtocol |
fromString(String name)
Creates or finds a PcProtocol from its string representation.
|
static Collection<PcProtocol> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final PcProtocol TCP
public static final PcProtocol UDP
public static final PcProtocol ANY
public static PcProtocol fromString(String name)
name
- a name to look forpublic static Collection<PcProtocol> values()
Copyright © 2019. All rights reserved.