Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Method and Description |
---|---|
static SdnPort |
SdnPort.forNumber(int value) |
static SdnPort |
SdnPort.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SdnPort |
SdnPort.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SdnPort |
SdnPort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SdnPort[] |
SdnPort.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<SdnPort> |
SdnPort.internalGetValueMap() |
Copyright © 2018 OpenDaylight. All rights reserved.