org.jnetpcap.packet.analysis
Enum FragmentSequence.Field

java.lang.Object
  extended by java.lang.Enum<FragmentSequence.Field>
      extended by org.jnetpcap.packet.analysis.FragmentSequence.Field
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FragmentSequence.Field>, JStructBuffer.JStructField, Offset
Enclosing class:
FragmentSequence

public static enum FragmentSequence.Field
extends java.lang.Enum<FragmentSequence.Field>
implements JStructBuffer.JStructField


Enum Constant Summary
FLAGS
           
HASH
           
LEN
           
PACKET_SEQUENCE
           
START
           
TIMEOUT
           
 
Method Summary
 int length(int offset)
           
 int offset()
          Offset of the object
static FragmentSequence.Field valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FragmentSequence.Field[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PACKET_SEQUENCE

public static final FragmentSequence.Field PACKET_SEQUENCE

FLAGS

public static final FragmentSequence.Field FLAGS

TIMEOUT

public static final FragmentSequence.Field TIMEOUT

LEN

public static final FragmentSequence.Field LEN

HASH

public static final FragmentSequence.Field HASH

START

public static final FragmentSequence.Field START
Method Detail

values

public static final FragmentSequence.Field[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(FragmentSequence.Field c : FragmentSequence.Field.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static FragmentSequence.Field valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

length

public int length(int offset)
Specified by:
length in interface JStructBuffer.JStructField

offset

public final int offset()
Description copied from interface: Offset
Offset of the object

Specified by:
offset in interface Offset
Returns:
a zero based offset