org.jnetpcap.packet.analysis
Enum HeaderAnalysis.Field

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

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


Method Summary
 int length(int offset)
           
 int offset()
          Offset of the object
static HeaderAnalysis.Field valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HeaderAnalysis.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
 

Method Detail

values

public static final HeaderAnalysis.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(HeaderAnalysis.Field c : HeaderAnalysis.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 HeaderAnalysis.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