public abstract class L1ModificationInstruction extends java.lang.Object implements Instruction
Modifier and Type | Class and Description |
---|---|
static class |
L1ModificationInstruction.L1SubType
Represents the type of traffic treatment.
|
static class |
L1ModificationInstruction.ModOduSignalIdInstruction
Represents an L1 ODU (Optical channel Data Unit) Signal Id modification instruction.
|
Instruction.Type
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR |
Constructor and Description |
---|
L1ModificationInstruction() |
Modifier and Type | Method and Description |
---|---|
abstract L1ModificationInstruction.L1SubType |
subtype() |
Instruction.Type |
type()
Returns the type of instruction.
|
public static final java.lang.String SEPARATOR
public abstract L1ModificationInstruction.L1SubType subtype()
public final Instruction.Type type()
Instruction
type
in interface Instruction