org.jnetpcap.packet.structure
Class AnnotatedFieldRuntime

java.lang.Object
  extended by org.jnetpcap.packet.structure.AnnotatedFieldRuntime

public class AnnotatedFieldRuntime
extends java.lang.Object

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Constructor Summary
AnnotatedFieldRuntime(AnnotatedField parent)
           
 
Method Summary
 void finishProcessing(java.util.List<HeaderDefinitionError> errors)
           
 java.util.Map<Field.Property,AnnotatedFieldMethod> getFunctionMap()
           
 void setFunction(AnnotatedFieldMethod method)
           
 void setFunction(java.util.Map<Field.Property,AnnotatedFieldMethod> methods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedFieldRuntime

public AnnotatedFieldRuntime(AnnotatedField parent)
Method Detail

finishProcessing

public void finishProcessing(java.util.List<HeaderDefinitionError> errors)

getFunctionMap

public java.util.Map<Field.Property,AnnotatedFieldMethod> getFunctionMap()
Returns:

setFunction

public void setFunction(AnnotatedFieldMethod method)

setFunction

public void setFunction(java.util.Map<Field.Property,AnnotatedFieldMethod> methods)
Parameters:
methods -