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