|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.packet.structure.AnnotatedFieldRuntime
public class AnnotatedFieldRuntime
The Class AnnotatedFieldRuntime.
| Constructor Summary | |
|---|---|
AnnotatedFieldRuntime(AnnotatedField parent)
Instantiates a new annotated field runtime. |
|
| Method Summary | |
|---|---|
void |
finishProcessing(java.util.List<HeaderDefinitionError> errors)
Finish processing. |
java.util.Map<Field.Property,AnnotatedFieldMethod> |
getFunctionMap()
Gets the function map. |
void |
setFunction(AnnotatedFieldMethod method)
Sets the function. |
void |
setFunction(java.util.Map<Field.Property,AnnotatedFieldMethod> methods)
Sets the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotatedFieldRuntime(AnnotatedField parent)
parent - the parent| Method Detail |
|---|
public void finishProcessing(java.util.List<HeaderDefinitionError> errors)
errors - the errorspublic java.util.Map<Field.Property,AnnotatedFieldMethod> getFunctionMap()
public void setFunction(AnnotatedFieldMethod method)
method - the new functionpublic void setFunction(java.util.Map<Field.Property,AnnotatedFieldMethod> methods)
methods - the methods
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||