| Package | Description |
|---|---|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Method and Description |
|---|---|
Instruction.Type |
L3ModificationInstruction.type() |
Instruction.Type |
L2ModificationInstruction.type() |
Instruction.Type |
L0ModificationInstruction.type() |
Instruction.Type |
Instructions.DropInstruction.type() |
Instruction.Type |
Instructions.OutputInstruction.type() |
Instruction.Type |
Instruction.type()
Returns the type of instruction.
|
static Instruction.Type |
Instruction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instruction.Type[] |
Instruction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.