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