public static enum L4ModificationInstruction.L4SubType extends java.lang.Enum<L4ModificationInstruction.L4SubType>
Enum Constant and Description |
---|
TCP_DST
TCP dst modification.
|
TCP_SRC
TCP src modification.
|
UDP_DST
UDP dst modification.
|
UDP_SRC
UDP src modification.
|
Modifier and Type | Method and Description |
---|---|
static L4ModificationInstruction.L4SubType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static L4ModificationInstruction.L4SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final L4ModificationInstruction.L4SubType TCP_SRC
public static final L4ModificationInstruction.L4SubType TCP_DST
public static final L4ModificationInstruction.L4SubType UDP_SRC
public static final L4ModificationInstruction.L4SubType UDP_DST
public static L4ModificationInstruction.L4SubType[] values()
for (L4ModificationInstruction.L4SubType c : L4ModificationInstruction.L4SubType.values()) System.out.println(c);
public static L4ModificationInstruction.L4SubType 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 namejava.lang.NullPointerException
- if the argument is null