public static enum StreamMessageRequest.UpdateCase extends Enum<StreamMessageRequest.UpdateCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ARBITRATION |
PACKET |
UPDATE_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static StreamMessageRequest.UpdateCase |
forNumber(int value) |
int |
getNumber() |
static StreamMessageRequest.UpdateCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamMessageRequest.UpdateCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamMessageRequest.UpdateCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamMessageRequest.UpdateCase ARBITRATION
public static final StreamMessageRequest.UpdateCase PACKET
public static final StreamMessageRequest.UpdateCase UPDATE_NOT_SET
public static StreamMessageRequest.UpdateCase[] values()
for (StreamMessageRequest.UpdateCase c : StreamMessageRequest.UpdateCase.values()) System.out.println(c);
public static StreamMessageRequest.UpdateCase 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 null@Deprecated public static StreamMessageRequest.UpdateCase valueOf(int value)
forNumber(int)
instead.public static StreamMessageRequest.UpdateCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2018 OpenDaylight. All rights reserved.