| Modifier and Type | Method and Description |
|---|---|
static InstructionStatus |
InstructionStatus.forValue(int valueArg) |
InstructionStatus |
InstructionStatusChangedBuilder.getStatus() |
InstructionStatus |
InstructionStatusChanged.getStatus()
New status of the instruction.
|
static InstructionStatus |
InstructionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstructionStatus[] |
InstructionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InstructionStatusChangedBuilder |
InstructionStatusChangedBuilder.setStatus(InstructionStatus value) |
| Modifier and Type | Method and Description |
|---|---|
InstructionStatus |
InstructionBuilder.getStatus() |
InstructionStatus |
Instruction.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
InstructionBuilder |
InstructionBuilder.setStatus(InstructionStatus value) |
Copyright © 2017 OpenDaylight. All rights reserved.