| Modifier and Type | Method and Description |
|---|---|
BitmaskOperand |
BitmaskOperandParser.create(Set<String> opValues) |
BitmaskOperand |
BitmaskOperandParser.parse(byte op) |
| Modifier and Type | Method and Description |
|---|---|
void |
BitmaskOperandParser.serialize(BitmaskOperand op,
int length,
io.netty.buffer.ByteBuf buffer) |
String |
BitmaskOperandParser.toString(BitmaskOperand op,
boolean isFirst) |
| Modifier and Type | Method and Description |
|---|---|
static BitmaskOperand |
BitmaskOperand.getDefaultInstance(String defaultValue) |
BitmaskOperand |
FragmentValue.getOp() |
BitmaskOperand |
BitmaskTwoByteValue.getOp() |
| Constructor and Description |
|---|
BitmaskOperand(BitmaskOperand source)
Creates a copy from Source Object.
|
| Modifier and Type | Method and Description |
|---|---|
BitmaskOperand |
FragmentsBuilder.getOp() |
| Modifier and Type | Method and Description |
|---|---|
FragmentsBuilder |
FragmentsBuilder.setOp(BitmaskOperand value) |
| Modifier and Type | Method and Description |
|---|---|
BitmaskOperand |
TcpFlagsBuilder.getOp() |
| Modifier and Type | Method and Description |
|---|---|
TcpFlagsBuilder |
TcpFlagsBuilder.setOp(BitmaskOperand value) |
Copyright © 2017 OpenDaylight. All rights reserved.