|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Header.StaticProperty>
org.jnetstream.packet.Header.StaticProperty
public static enum Header.StaticProperty
Constants which define various automatic and user defined properties. These properties are exported by CODECs as well as set directly by the source NPL definition itself.
| Enum Constant Summary | |
|---|---|
Characteristics
Frame and physical characteristics of this header. |
|
Common
A label that is a more common name for this header. |
|
Description
|
|
Init
Special property that is used to initialize fields when packet is created from memory. |
|
LongSummary
|
|
OSILayer
The OSI layer of this header. |
|
ShortHeader
Another even shorter header that summarizes even more tersly the contents of this header. |
|
ShortSummary
|
|
Summary
Header summary line that summarizes the most important field values on 1 lines, as short as possible. |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getValueType()
Returns the class that must be used to hold the value of this property |
boolean |
isStatic()
Tells if this property is a static property or dynamic. |
static Header.StaticProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Header.StaticProperty[] |
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 |
|---|
public static final Header.StaticProperty Init
PacketInitializer.class
public static final Header.StaticProperty Characteristics
Set.class .
public static final Header.StaticProperty Common
String.class.
public static final Header.StaticProperty OSILayer
OSILayer.class.
public static final Header.StaticProperty Summary
String.class.
public static final Header.StaticProperty ShortHeader
String.class.
public static final Header.StaticProperty LongSummary
public static final Header.StaticProperty ShortSummary
public static final Header.StaticProperty Description
| Method Detail |
|---|
public static final Header.StaticProperty[] values()
for(Header.StaticProperty c : Header.StaticProperty.values())
System.out.println(c);
public static Header.StaticProperty 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.Class<?> getValueType()
public boolean isStatic()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||