|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NAPMetaType>
jnetpcap.capture.file.nap.NAPMetaType
public enum NAPMetaType
Defines constants for Meta Record Sub Type field.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jnetpcap.capture.file.Record.RecordType |
|---|
Record.RecordType.CommonRecordType |
| Enum Constant Summary | |
|---|---|
CaptureSystems
Contains a information table about Capture Systems. |
|
Event
A table containing log of events that were recorded by the implementing program |
|
Expert
Expert analysis data from post processing and analysis of captured data. |
|
InterfaceCounters
Contains counter values for specified capture system. |
|
Invalid
Meta Record is invalid and corrupt |
|
Properties
Contains a table of properties for this block |
|
ProtocolBindings
Contains protocol binding information that can aid in decoding the Packet data. |
|
ProtocolDefinitions
Contains entire protocol definitions. |
|
Routing
Routing table information for a particular capture system. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Short description of this type of record. |
java.net.URI |
getSpec()
Returns the URI to formal specification for this record type. |
static NAPMetaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NAPMetaType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 NAPMetaType Invalid
public static final NAPMetaType Properties
public static final NAPMetaType CaptureSystems
public static final NAPMetaType InterfaceCounters
public static final NAPMetaType ProtocolBindings
public static final NAPMetaType ProtocolDefinitions
public static final NAPMetaType Event
public static final NAPMetaType Routing
public static final NAPMetaType Expert
| Method Detail |
|---|
public static final NAPMetaType[] values()
for(NAPMetaType c : NAPMetaType.values())
System.out.println(c);
public static NAPMetaType 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 namepublic java.lang.String getDescription()
Record.RecordType
getDescription in interface Record.RecordTypepublic java.net.URI getSpec()
Record.RecordType
getSpec in interface Record.RecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||