@Generated(value="Generated by the protocol buffer compiler") public enum PluginType extends java.lang.Enum<PluginType> implements com.google.protobuf.ProtocolMessageEnum
Enum Constant and Description |
---|
BROWSER_PLUGIN |
PEPPER_IN_PROCESS |
PEPPER_OUT_OF_PROCESS |
TYPE_UNSPECIFIED
Reserved value.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
BROWSER_PLUGIN_VALUE |
static int |
PEPPER_IN_PROCESS_VALUE |
static int |
PEPPER_OUT_OF_PROCESS_VALUE |
static int |
TYPE_UNSPECIFIED_VALUE
Reserved value.
|
Modifier and Type | Method and Description |
---|---|
static PluginType |
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<PluginType> |
internalGetValueMap() |
static PluginType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PluginType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PluginType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginType TYPE_UNSPECIFIED
public static final PluginType PEPPER_IN_PROCESS
public static final PluginType PEPPER_OUT_OF_PROCESS
public static final PluginType BROWSER_PLUGIN
public static final PluginType UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
public static final int PEPPER_IN_PROCESS_VALUE
public static final int PEPPER_OUT_OF_PROCESS_VALUE
public static final int BROWSER_PLUGIN_VALUE
public static PluginType[] values()
for (PluginType c : PluginType.values()) System.out.println(c);
public static PluginType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- 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 PluginType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static PluginType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PluginType> 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 PluginType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)