public static enum PacketDecoder.FileFormat extends Enum<PacketDecoder.FileFormat>
| Modifier and Type | Method and Description |
|---|---|
static PacketDecoder.FileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PacketDecoder.FileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PacketDecoder.FileFormat PCAP
public static final PacketDecoder.FileFormat PCAPNG
public static final PacketDecoder.FileFormat UNKNOWN
public static PacketDecoder.FileFormat[] values()
for (PacketDecoder.FileFormat c : PacketDecoder.FileFormat.values()) System.out.println(c);
public static PacketDecoder.FileFormat 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 nullCopyright © 2021 The Apache Software Foundation. All rights reserved.