public enum ListenerType extends Enum<ListenerType>
| Enum Constant and Description |
|---|
UDP |
| Modifier and Type | Method and Description |
|---|---|
String |
prefix() |
static ListenerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenerType UDP
public static ListenerType[] values()
for (ListenerType c : ListenerType.values()) System.out.println(c);
public static ListenerType 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 nullpublic String prefix()
Copyright © 2016. All Rights Reserved.