public enum Direction extends Enum<Direction> implements com.google.protobuf.ProtocolMessageEnum
Direction
Enum Constant and Description |
---|
EGRESS
EGRESS = 1; |
INGRESS
INGRESS = 0; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
EGRESS_VALUE
EGRESS = 1; |
static int |
INGRESS_VALUE
INGRESS = 0; |
Modifier and Type | Method and Description |
---|---|
static Direction |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Direction> |
internalGetValueMap() |
static Direction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Direction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Direction INGRESS
INGRESS = 0;
public static final Direction EGRESS
EGRESS = 1;
public static final Direction UNRECOGNIZED
public static final int INGRESS_VALUE
INGRESS = 0;
public static final int EGRESS_VALUE
EGRESS = 1;
public static Direction[] values()
for (Direction c : Direction.values()) System.out.println(c);
public static Direction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Direction valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Direction forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Direction> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Direction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.