Package | Description |
---|---|
org.opendaylight.p4plugin.p4info.proto |
Modifier and Type | Method and Description |
---|---|
static MeterSpec.Unit |
MeterSpec.Unit.forNumber(int value) |
MeterSpec.Unit |
MeterSpecOrBuilder.getUnit()
.p4.config.MeterSpec.Unit unit = 1; |
MeterSpec.Unit |
MeterSpec.getUnit()
.p4.config.MeterSpec.Unit unit = 1; |
MeterSpec.Unit |
MeterSpec.Builder.getUnit()
.p4.config.MeterSpec.Unit unit = 1; |
static MeterSpec.Unit |
MeterSpec.Unit.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MeterSpec.Unit |
MeterSpec.Unit.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MeterSpec.Unit |
MeterSpec.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeterSpec.Unit[] |
MeterSpec.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<MeterSpec.Unit> |
MeterSpec.Unit.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MeterSpec.Builder |
MeterSpec.Builder.setUnit(MeterSpec.Unit value)
.p4.config.MeterSpec.Unit unit = 1; |
Copyright © 2018 OpenDaylight. All rights reserved.