public static enum L3ModificationInstruction.L3SubType extends Enum<L3ModificationInstruction.L3SubType>
| Enum Constant and Description |
|---|
IP_DST
Ether dst modification.
|
IP_SRC
Ether src modification.
|
| Modifier and Type | Method and Description |
|---|---|
static L3ModificationInstruction.L3SubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static L3ModificationInstruction.L3SubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final L3ModificationInstruction.L3SubType IP_SRC
public static final L3ModificationInstruction.L3SubType IP_DST
public static L3ModificationInstruction.L3SubType[] values()
for (L3ModificationInstruction.L3SubType c : L3ModificationInstruction.L3SubType.values()) System.out.println(c);
public static L3ModificationInstruction.L3SubType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.