Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
static CounterSpec.Unit |
CounterSpec.Unit.forNumber(int value) |
CounterSpec.Unit |
CounterSpecOrBuilder.getUnit()
.p4.config.CounterSpec.Unit unit = 1; |
CounterSpec.Unit |
CounterSpec.getUnit()
.p4.config.CounterSpec.Unit unit = 1; |
CounterSpec.Unit |
CounterSpec.Builder.getUnit()
.p4.config.CounterSpec.Unit unit = 1; |
static CounterSpec.Unit |
CounterSpec.Unit.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CounterSpec.Unit |
CounterSpec.Unit.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CounterSpec.Unit |
CounterSpec.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterSpec.Unit[] |
CounterSpec.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CounterSpec.Unit> |
CounterSpec.Unit.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CounterSpec.Builder |
CounterSpec.Builder.setUnit(CounterSpec.Unit value)
.p4.config.CounterSpec.Unit unit = 1; |
Copyright © 2018 OpenDaylight. All rights reserved.