public enum ExtensionID extends Enum<ExtensionID> implements com.google.protobuf.ProtocolMessageEnum
RegisteredExtension is an enumeration acting as a registry for extensions defined by external sources.Protobuf enum
gnmi_ext.ExtensionID| Enum Constant and Description | 
|---|
EID_EXPERIMENTAL
 An experimental extension that may be used during prototyping of a new
 extension. 
 | 
EID_UNSET
 New extensions are to be defined within this enumeration - their definition
 MUST link to a reference describing their implementation. 
 | 
UNRECOGNIZED  | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
EID_EXPERIMENTAL_VALUE
 An experimental extension that may be used during prototyping of a new
 extension. 
 | 
static int | 
EID_UNSET_VALUE
 New extensions are to be defined within this enumeration - their definition
 MUST link to a reference describing their implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ExtensionID | 
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<ExtensionID> | 
internalGetValueMap()  | 
static ExtensionID | 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)  | 
static ExtensionID | 
valueOf(int value)
Deprecated. 
 
Use  
forNumber(int) instead. | 
static ExtensionID | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ExtensionID[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ExtensionID EID_UNSET
New extensions are to be defined within this enumeration - their definition MUST link to a reference describing their implementation.
EID_UNSET = 0;public static final ExtensionID EID_EXPERIMENTAL
An experimental extension that may be used during prototyping of a new extension.
EID_EXPERIMENTAL = 999;public static final ExtensionID UNRECOGNIZED
public static final int EID_UNSET_VALUE
New extensions are to be defined within this enumeration - their definition MUST link to a reference describing their implementation.
EID_UNSET = 0;public static final int EID_EXPERIMENTAL_VALUE
An experimental extension that may be used during prototyping of a new extension.
EID_EXPERIMENTAL = 999;public static ExtensionID[] values()
for (ExtensionID c : ExtensionID.values()) System.out.println(c);
public static ExtensionID 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ExtensionID valueOf(int value)
forNumber(int) instead.public static ExtensionID forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ExtensionID> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ExtensionID valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018 OpenDaylight. All rights reserved.