|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<JFormatter.Priority>
org.jnetpcap.packet.format.JFormatter.Priority
public static enum JFormatter.Priority
Priority assigned to JFields. The priority of a field is used to determine which fields to include as part of format Detail.
| Enum Constant Summary | |
|---|---|
HIGH
High priority fields are included in every type of output |
|
LOW
Low priority fields are only included in MULTI_LINE_FULL_DETAIL output type |
|
MEDIUM
Medium fields are included in multi line summary type output |
|
| Method Summary | |
|---|---|
static JFormatter.Priority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JFormatter.Priority[] |
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 JFormatter.Priority HIGH
public static final JFormatter.Priority LOW
public static final JFormatter.Priority MEDIUM
| Method Detail |
|---|
public static final JFormatter.Priority[] values()
for(JFormatter.Priority c : JFormatter.Priority.values())
System.out.println(c);
public static JFormatter.Priority 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 name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||