Serializable, Comparable<Protocol>public enum Protocol extends Enum<Protocol>
| Enum Constant | Description |
|---|---|
SSL |
SSL Protocol.
|
TCP |
TCP Protocol.
|
UDP |
UDP Protocol.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isEqual(String name) |
Determines if the String matches this enum.
|
static Protocol |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol TCP
public static final Protocol SSL
public static final Protocol UDP
public static Protocol[] values()
for (Protocol c : Protocol.values()) System.out.println(c);
public static Protocol 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 boolean isEqual(String name)
name - The enumeration name to check.Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.