public static enum LXProtocolFixture.Transport extends Enum<LXProtocolFixture.Transport>
Modifier and Type | Method and Description |
---|---|
static LXProtocolFixture.Transport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXProtocolFixture.Transport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXProtocolFixture.Transport UDP
public static final LXProtocolFixture.Transport TCP
public static LXProtocolFixture.Transport[] values()
for (LXProtocolFixture.Transport c : LXProtocolFixture.Transport.values()) System.out.println(c);
public static LXProtocolFixture.Transport 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 nullLX library by Mark C. Slee. © 2012-2020