|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Header.Layer>
org.jnetpcap.packet.annotate.Header.Layer
public static enum Header.Layer
The Enum Layer.
| Enum Constant Summary | |
|---|---|
APPLICATION
The APPLICATION. |
|
DATALINK
The DATALINK. |
|
NETWORK
The NETWORK. |
|
NULL
The NULL. |
|
PHYSICAL
The PHYSICAL. |
|
PRESENTATION
The PRESENTATION. |
|
SESSION
The SESSION. |
|
TRANSPORT
The TRANSPORT. |
|
| Method Summary | |
|---|---|
static Header.Layer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Header.Layer[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Header.Layer NULL
public static final Header.Layer PHYSICAL
public static final Header.Layer DATALINK
public static final Header.Layer NETWORK
public static final Header.Layer TRANSPORT
public static final Header.Layer SESSION
public static final Header.Layer PRESENTATION
public static final Header.Layer APPLICATION
| Method Detail |
|---|
public static Header.Layer[] values()
for (Header.Layer c : Header.Layer.values()) System.out.println(c);
public static Header.Layer valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||